We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a242323 + a8c65d5 commit 26cafe1Copy full SHA for 26cafe1
azure-pipelines/build.yml
@@ -28,6 +28,11 @@ jobs:
28
parameters:
29
versionNumberOverride: ${{ parameters.versionNumberOverride }}
30
31
+ - task: UsePythonVersion@0
32
+ displayName: 'Use Python 3.11'
33
+ inputs:
34
+ versionSpec: 3.11
35
+
36
# If we're in an official build, install the signing plugin
37
- ${{ if eq(parameters.isOfficial, true) }}:
38
- task: MicroBuildSigningPlugin@4
0 commit comments