Skip to content

Commit

Permalink
Add UsePython task in Nuget_Packaging_CPU stage (#21095)
Browse files Browse the repository at this point in the history
### Description
supplement of #21062



### Motivation and Context
  • Loading branch information
mszhanyi authored Jun 19, 2024
1 parent 50b4964 commit cc3168b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tools/ci_build/github/azure-pipelines/templates/c-api-cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit cc3168b

Please sign in to comment.