Skip to content

Commit 4c3da48

Browse files
committed
Use python version
1 parent 7fb1769 commit 4c3da48

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

azure-pipelines/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ jobs:
2828
parameters:
2929
versionNumberOverride: ${{ parameters.versionNumberOverride }}
3030

31+
- task: UsePythonVersion@0
32+
displayName: 'Use Python 3.11.x'
33+
inputs:
34+
versionSpec: 3.11.x
35+
3136
# If we're in an official build, install the signing plugin
3237
- ${{ if eq(parameters.isOfficial, true) }}:
3338
- task: MicroBuildSigningPlugin@4

0 commit comments

Comments
 (0)