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.
1 parent 7fb1769 commit 4c3da48Copy full SHA for 4c3da48
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.x'
33
+ inputs:
34
+ versionSpec: 3.11.x
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