-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create onnxscript-release-dev.yml #2101
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds a new Azure Pipelines release configuration intended for onnxscript releases in the development environment.
- Introduces a new pipeline YAML file with resource triggers and a dedicated release stage.
- Configures a job that downloads build artifacts and invokes an ESRP release task.
signcertname: '53d54d02-978d-4305-8572-583cf6711c4f' | ||
clientid: '53d54d02-978d-4305-8572-583cf6711c4f' | ||
contenttype: PyPi | ||
folderlocation: '$(System.DefaultWorkingDirectory)/drop/drop' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Double-check if the repeated 'drop/drop' in folderlocation is correct or if it should be updated to a single occurrence.
folderlocation: '$(System.DefaultWorkingDirectory)/drop/drop' | |
folderlocation: '$(System.DefaultWorkingDirectory)/drop' |
Copilot is powered by AI, so mistakes are possible. Review output carefully before use.
❌ 3 Tests Failed:
View the top 2 failed test(s) by shortest run time
View the full list of 1 ❄️ flaky tests
To view more test analytics, go to the Test Analytics Dashboard |
- stage: Python_Publishing_DML | ||
dependsOn: [] | ||
jobs: | ||
- job: Python_Publishing_DML |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rename
jobs: | ||
- job: Python_Publishing_DML | ||
pool: | ||
name: 'onnxruntime-Win-CPU-2022' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use linux-latest
No description provided.