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 74bbabb commit 00d989fCopy full SHA for 00d989f
.azure-pipelines/use-python-version.yml
@@ -1,5 +1,6 @@
1
parameters:
2
- versionSpec: ''
+ versionSpec: '3.x'
3
+ architecture: 'x64'
4
5
steps:
6
# use python 3.8 for tooling. packaging. platform.
@@ -22,4 +23,5 @@ steps:
22
23
- task: UsePythonVersion@0
24
displayName: "Use Python $(PythonVersion)"
25
inputs:
- versionSpec: ${{ parameters.versionSpec }}
26
+ versionSpec: ${{ parameters.versionSpec }}
27
+ architecture: ${{ parameters.architecture }}
0 commit comments