Skip to content
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
39 changes: 21 additions & 18 deletions .azure-pipelines/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,28 @@ stages:
- stage: Release
dependsOn: []
jobs:
- job: onnxscript_publish
- deployment: onnxscript_publish
environment:
name: 'onnxscript-release'
pool:
vmImage: 'ubuntu-latest'
steps:
- download: onnxscript-release
artifact: drop
- task: EsrpRelease@9
displayName: 'ESRP Release'
inputs:
connectedservicename: esrp_release
keyvaultname: 'ortbuildkeyvault'
signcertname: 'esrpcodesign'
clientid: '53d54d02-978d-4305-8572-583cf6711c4f'
contenttype: PyPi
folderlocation: '$(Pipeline.Workspace)/onnxscript-release/drop'
owners: 'justinchu@microsoft.com'
approvers: 'grama@microsoft.com'
mainpublisher: AIFrameworks
usemanagedidentity: true
domaintenantid: '975f013f-7f24-47e8-a7d3-abc4752bf346'
strategy:
runOnce:
deploy:
steps:
- download: onnxscript-release
artifact: drop
- task: EsrpRelease@9
displayName: 'ESRP Release'
inputs:
connectedservicename: esrp_release
keyvaultname: 'ortbuildkeyvault'
signcertname: 'esrpcodesign'
clientid: '53d54d02-978d-4305-8572-583cf6711c4f'
contenttype: PyPi
folderlocation: '$(Pipeline.Workspace)/onnxscript-release/drop'
owners: 'justinchu@microsoft.com'
approvers: 'grama@microsoft.com'
mainpublisher: AIFrameworks
usemanagedidentity: true
domaintenantid: '975f013f-7f24-47e8-a7d3-abc4752bf346'
Loading