Skip to content

Commit

Permalink
ci: remove windows iso install
Browse files Browse the repository at this point in the history
  • Loading branch information
kazo0 committed Jan 13, 2025
1 parent 143a482 commit 8f0d893
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions build/ci/stage-build-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
echo MSBUILDPATH: $MSBUILDPATH
displayName: Setup VS17 Path
- template: templates/install-windows-sdk.yml
parameters:
sdkVersion: 19041
# - template: templates/install-windows-sdk.yml
# parameters:
# sdkVersion: 19041

- template: templates/update-vs-components.yml

Expand Down
6 changes: 3 additions & 3 deletions build/ci/stage-build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
echo MSBUILDPATH: $MSBUILDPATH
displayName: Setup VS17 Path
- template: templates/install-windows-sdk.yml
parameters:
sdkVersion: 19041
# - template: templates/install-windows-sdk.yml
# parameters:
# sdkVersion: 19041

- template: templates/update-vs-components.yml

Expand Down

0 comments on commit 8f0d893

Please sign in to comment.