mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-27 20:02:15 +00:00
Add UsePython task in Nuget_Packaging_CPU stage (#21095)
### Description supplement of https://github.com/microsoft/onnxruntime/pull/21062 ### Motivation and Context
This commit is contained in:
parent
50b49642d5
commit
cc3168bcbb
1 changed files with 5 additions and 0 deletions
|
|
@ -413,6 +413,11 @@ stages:
|
|||
DisplayName: 'ESRP - Sign C# dlls'
|
||||
DoEsrp: ${{ parameters.DoEsrp }}
|
||||
|
||||
- task: UsePythonVersion@0
|
||||
displayName: 'Use Python'
|
||||
inputs:
|
||||
versionSpec: 3.8
|
||||
|
||||
- task: MSBuild@1
|
||||
displayName: 'Build Nuget Packages'
|
||||
inputs:
|
||||
|
|
|
|||
Loading…
Reference in a new issue