Skip to content

Commit

Permalink
Add UsePythonVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
snnn committed Jun 19, 2024
1 parent 3ae5df1 commit fdc58fd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,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
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,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 fdc58fd

Please sign in to comment.