Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,12 @@ This dynamo package contains the ironPython3 engine and stdlib.
⚠️⚠️ This is not an Autodesk offically supported package! Please report bugs to this repo/forum only. ⚠️⚠️

Pull requsts will be reviewed when possible.

### How to publish a new version
We currently can't use the release PR option when making releases on mirrored repositories. There is a propsed follow-up improvment filed that would allow CILibrary to create a PR against the public repository instead (DYN-8724). But until that is done, our release process will be:

- Create a release branch on the internal repository
- Build the branch to publish
- Manually create a PR on the public repository with the changes introduced by the release branch (the updated version number in the pipeline file).
- Review and merge this PR
- Delete the release branch on the internal repository
11 changes: 6 additions & 5 deletions pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: 1.4.0
version: 1.5.1
env:
- JENKINS_NODE_WIN: "CDA-VS22-SVC"
- JENKINS_NODE_WIN: "CDA-VS22-DT"
- SLACK_QUANTUM_BUILD_CHANNEL : "#dynamo-jenkinsbuild"
- SLACK_QUANTUM_BUILD_CREDENTIAL_ID : "slack-notify-token"
- MAIL_QUANTUM_BUILD_RECIPIENT : "dynamo.dev@autodesk.com"
Expand Down Expand Up @@ -54,10 +54,11 @@ deployment:

-
type: artifacts
allow_branches: master
publish_to_artifactory: false
publish_to_jenkins: true
publish_to_artifactory: false
publish_to_package_manager: true
use_dev_pm: false
scripts:
- "pwsh.exe -ExecutionPolicy ByPass -Command Compress-Archive -Path .\\package_output\\DSIronPython3 -DestinationPath .\\DSIronPython3Package.zip"
outputs:
- "DSIronPython3Package.zip"
- "DSIronPython3Package.zip"