Skip to content

Commit 29ab183

Browse files
committed
Install recommended, remove already installed
1 parent 03eaa11 commit 29ab183

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +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.Component.VC.CoreBuildTools `
38-
--add Microsoft.VisualStudio.Component.VC.Tools.x86.x64 `
3937
--add Microsoft.VisualStudio.Component.Windows10SDK.20348 `
40-
--add Microsoft.VisualStudio.Component.VC.CMake.Project `
4138
--add Microsoft.VisualStudio.Workload.VCTools ^ `
4239
--add Microsoft.VisualStudio.Workload.VisualStudioExtensionBuildTools ^ `
4340
|| IF "%ERRORLEVEL%"=="3010" EXIT 0) `

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +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.Component.VC.ATLMFC ^ `
70-
--add Microsoft.VisualStudio.Component.VC.CoreBuildTools `
71-
--add Microsoft.VisualStudio.Component.VC.Tools.x86.x64 `
7269
--add Microsoft.VisualStudio.Component.Windows10SDK.20348 `
73-
--add Microsoft.VisualStudio.Component.VC.CMake.Project `
7470
--add Microsoft.VisualStudio.Workload.VCTools ^ `
7571
--add Microsoft.VisualStudio.Workload.VisualStudioExtensionBuildTools ^ `
7672
|| IF "%ERRORLEVEL%"=="3010" EXIT 0) `

0 commit comments

Comments
 (0)