Skip to content

Commit

Permalink
Update build-package-for-windows.yml (#784)
Browse files Browse the repository at this point in the history
  • Loading branch information
wenbingl authored and prathikr committed Aug 1, 2024
1 parent 3ce1e9f commit c7a2d45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pipelines/templates/build-package-for-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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') }}:
Expand Down

0 comments on commit c7a2d45

Please sign in to comment.