diff --git a/Directory.Build.props b/Directory.Build.props index b2bb747..4097ed8 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -4,15 +4,16 @@ $(Company) Dynamo Dynamo - Copyright © Autodesk, Inc 2024 + Copyright © Autodesk, Inc 2025 net10.0 enable enable - - 1.4.0 - 4.0.0-beta2860 + + 0.0.0.0 + $(MS_PACKAGE_VERSION) + 4.0.0.3277 4.0 diff --git a/DynamoVisualProgramming.PythonEngine.PythonNet3.nuspec b/DynamoVisualProgramming.PythonEngine.PythonNet3.nuspec new file mode 100644 index 0000000..235fa7a --- /dev/null +++ b/DynamoVisualProgramming.PythonEngine.PythonNet3.nuspec @@ -0,0 +1,20 @@ + + + + DynamoVisualProgramming.PythonEngine.PythonNet3 + $version$ + Autodesk + Autodesk + Apache-2.0 + https://github.com/DynamoDS/PythonNet3Engine + false + PythonNet3 Engine Nuget, it contains the necessary binaries to load the PythonNet3 engine to Dynamo + Copyright Autodesk 2025 + + + + + + + + \ No newline at end of file diff --git a/Jenkinsfile b/Jenkinsfile index 676fc92..052e131 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,6 +1,6 @@ #!/usr/bin/env groovy @Library('PSL@master') -@Library('CILibrary@CBP/stable') _ +@Library('CILibrary@nuget-test') _ StartPipeline() diff --git a/logo.png b/logo.png new file mode 100644 index 0000000..7f0ec8a Binary files /dev/null and b/logo.png differ diff --git a/nuget.config b/nuget.config new file mode 100644 index 0000000..404390d --- /dev/null +++ b/nuget.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/pipeline.yml b/pipeline.yml index 7b179c5..c4cac64 100644 --- a/pipeline.yml +++ b/pipeline.yml @@ -1,12 +1,18 @@ -version: 1.4.6 +version: 1.4.7 pipeline_os: windows -create_pr_release_to_master: true +create_pr_release_to_public_master: true env: - GITHUB_ACCESS_TOKEN_ID: github_access_token_acsbuildguy - SLACK_QUANTUM_BUILD_CHANNEL : "#dynamo-jenkinsbuild" - JENKINS_NODE_WIN: CDA-VS22-DT +jenkins_creds: + - + type: secretText + credentialsId: dynamovisualprogramming_nuget_api_key + secretText: API_KEY + code_analysis: sonarqube: source_encoding: UTF-8 @@ -27,20 +33,7 @@ ci_test: - dotnet test deployment: - - - type: sign - files_to_sign: - - package_output/DSPythonNet3/**/DSPythonNet3*.dll - - package_output/DSPythonNet3/**/Python.*.dll - type: customized scripts: - - "pwsh.exe -ExecutionPolicy ByPass -Command Compress-Archive -Path package_output/DSPythonNet3/* -DestinationPath DSPythonNet3.zip" - - - type: artifacts - publish_to_jenkins: true - publish_to_artifactory: false - publish_to_package_manager: true - use_dev_pm: false - outputs: - - DSPythonNet3.zip + - "pwsh.exe -ExecutionPolicy ByPass -Command Compress-Archive -Path package_output/DSPythonNet3/* -DestinationPath DSPythonNet3.zip" \ No newline at end of file