diff --git a/.pipelines/templates/build-package-for-windows.yml b/.pipelines/templates/build-package-for-windows.yml index c9c568e0b..e64e2ae30 100644 --- a/.pipelines/templates/build-package-for-windows.yml +++ b/.pipelines/templates/build-package-for-windows.yml @@ -41,7 +41,7 @@ jobs: - checkout: self clean: true submodules: none - + - task: UsePythonVersion@0 # Currently we can only run tests on x64. x86 tests faile. arm64 tests can't be run as the build machine is amd64 # TODO: Fix these issues so the nuget build is properly tested. - ${{ if eq(parameters.BuildPlatform, 'x64') }}: