From 46998e96fbddbb68f5c5613ece2ec8bb79ba13d7 Mon Sep 17 00:00:00 2001 From: Wenbing Li <10278425+wenbingl@users.noreply.github.com> Date: Thu, 1 Aug 2024 14:45:26 -0700 Subject: [PATCH] Update build-package-for-windows.yml (#784) --- .pipelines/templates/build-package-for-windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') }}: