Skip to content

Commit 40c1c19

Browse files
committed
Revert "Can I just include recommended?"
This reverts commit 787aea7.
1 parent 787aea7 commit 40c1c19

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

ci/docker/python-wheel-windows-test-vs2022-base.dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ RUN `
3434
&& (start /w vs_buildtools.exe --quiet --wait --norestart --nocache `
3535
--installPath "%ProgramFiles(x86)%\Microsoft Visual Studio\2022\BuildTools" `
3636
--includeRecommended ^ `
37+
--add Microsoft.VisualStudio.Workload.VCTools ^ `
3738
|| IF "%ERRORLEVEL%"=="3010" EXIT 0) `
3839
&& del /q vs_buildtools.exe
3940

ci/docker/python-wheel-windows-vs2022-base.dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ RUN `
6666
&& (start /w vs_buildtools.exe --quiet --wait --norestart --nocache `
6767
--installPath "%ProgramFiles(x86)%\Microsoft Visual Studio\2022\BuildTools" `
6868
--includeRecommended ^ `
69+
--add Microsoft.VisualStudio.Workload.VCTools ^ `
6970
|| IF "%ERRORLEVEL%"=="3010" EXIT 0) `
7071
&& del /q vs_buildtools.exe
7172

0 commit comments

Comments
 (0)