Skip to content

Commit 787aea7

Browse files
committed
Can I just include recommended?
1 parent dc08b69 commit 787aea7

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ 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 ^ `
3837
|| IF "%ERRORLEVEL%"=="3010" EXIT 0) `
3938
&& del /q vs_buildtools.exe
4039

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ 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 ^ `
7069
|| IF "%ERRORLEVEL%"=="3010" EXIT 0) `
7170
&& del /q vs_buildtools.exe
7271

0 commit comments

Comments
 (0)