Skip to content

Update publish-dev.yml #2306

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

Merged
merged 5 commits into from
May 20, 2025
Merged
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
7 changes: 4 additions & 3 deletions .azure-pipelines/publish-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ stages:
- stage: Release
dependsOn: []
jobs:
- job: Publish onnxscript dev to PyPI
- job: onnxscript_publish_dev
pool:
vmImage: 'ubuntu-latest'
steps:
- download: onnxscript-release-dev
artifact: drop
- task: SFP.release-tasks.custom-build-release-task.EsrpRelease@8
- task: SFP.release-tasks.custom-build-release-task.EsrpRelease@9
displayName: 'ESRP Release'
inputs:
ConnectedServiceName: esrprelease
ConnectedServiceName: esrp_release
UseMSIAuthentication: true
AppRegistrationClientId: '62b7cfed-4d25-454f-880e-010dc21455ac'
AppRegistrationTenantId: '975f013f-7f24-47e8-a7d3-abc4752bf346'
Expand All @@ -30,3 +30,4 @@ stages:
owners: '[email protected]'
approvers: '[email protected]'
mainpublisher: AIFrameworks
serviceendpointurl: 'https://api.esrp.microsoft.com'
Loading