Skip to content

Commit 46998e9

Browse files
authored
Update build-package-for-windows.yml (microsoft#784)
1 parent 4bb63dd commit 46998e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pipelines/templates/build-package-for-windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- checkout: self
4242
clean: true
4343
submodules: none
44-
44+
- task: UsePythonVersion@0
4545
# Currently we can only run tests on x64. x86 tests faile. arm64 tests can't be run as the build machine is amd64
4646
# TODO: Fix these issues so the nuget build is properly tested.
4747
- ${{ if eq(parameters.BuildPlatform, 'x64') }}:

0 commit comments

Comments
 (0)