We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bb63dd commit 46998e9Copy full SHA for 46998e9
.pipelines/templates/build-package-for-windows.yml
@@ -41,7 +41,7 @@ jobs:
41
- checkout: self
42
clean: true
43
submodules: none
44
-
+ - task: UsePythonVersion@0
45
# Currently we can only run tests on x64. x86 tests faile. arm64 tests can't be run as the build machine is amd64
46
# TODO: Fix these issues so the nuget build is properly tested.
47
- ${{ if eq(parameters.BuildPlatform, 'x64') }}:
0 commit comments