Skip to content

Commit

Permalink
Add UsePython Task in Nuget Publish workflow (#21144)
Browse files Browse the repository at this point in the history
  • Loading branch information
mszhanyi authored and pull[bot] committed Nov 13, 2024
1 parent 7b340c7 commit 8783877
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tools/ci_build/github/azure-pipelines/publish-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8783877

Please sign in to comment.