mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-29 23:06:41 +00:00
Add UsePython Task in Nuget Publish workflow (#21144)
### Description
Otherwise it would fail in
b95982e588/tools/ci_build/github/azure-pipelines/publish-nuget.yml (L78-L81)
### Motivation and Context
The Windows CPU image is migrated to managed image
### Verification Link
https://dev.azure.com/aiinfra/Lotus/_build?definitionId=1313
This commit is contained in:
parent
b95982e588
commit
5b5ce0bfb0
1 changed files with 6 additions and 0 deletions
|
|
@ -29,6 +29,12 @@ stages:
|
|||
|
||||
- checkout: self
|
||||
submodules: false
|
||||
|
||||
- task: UsePythonVersion@0
|
||||
inputs:
|
||||
versionSpec: '3.9'
|
||||
addToPath: true
|
||||
|
||||
- template: templates/set-version-number-variables-step.yml
|
||||
|
||||
- script: mkdir "$(Build.BinariesDirectory)\nuget-artifact\final-package"
|
||||
|
|
|
|||
Loading…
Reference in a new issue