Skip to content
Merged
Changes from 1 commit
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
30 changes: 30 additions & 0 deletions .azure-pipelines/onnxscript-release-dev.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
trigger: none
name: onnxscript-release-dev.$(Date:yyyyMMdd).$(Rev:r)
resources:
pipelines:
- pipeline: onnxscript-release-dev
source: onnxscript-release-dev
trigger: true
stages:
- stage: Python_Publishing_DML
dependsOn: []
jobs:
- job: Python_Publishing_DML
Comment thread
justinchuby marked this conversation as resolved.
Outdated
pool:
name: 'onnxruntime-Win-CPU-2022'
Comment thread
justinchuby marked this conversation as resolved.
Outdated
steps:
- download: onnxscript-release-dev
artifact: drop
- task: SFP.release-tasks.custom-build-release-task.EsrpRelease@8
displayName: 'ESRP Release'
inputs:
connectedservicename: esrprelease
keyvaultname: buildkeyvault
authcertname: '53d54d02-SSL-AutoRotate'
signcertname: '53d54d02-978d-4305-8572-583cf6711c4f'
clientid: '53d54d02-978d-4305-8572-583cf6711c4f'
contenttype: PyPi
folderlocation: '$(System.DefaultWorkingDirectory)/drop/drop'
Comment thread
justinchuby marked this conversation as resolved.
Outdated
owners: 'justinchu@microsoft.com'
approvers: 'grama@microsoft.com'
mainpublisher: AIFrameworks
Loading