Skip to content

Commit 03eaa11

Browse files
committed
Include also recommended on buildtools installation
1 parent 4fe33ca commit 03eaa11

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
@@ -33,6 +33,7 @@ RUN `
3333
curl -SL --output vs_buildtools.exe https://aka.ms/vs/17/release/vs_buildtools.exe `
3434
&& (start /w vs_buildtools.exe --quiet --wait --norestart --nocache `
3535
--installPath "%ProgramFiles(x86)%\Microsoft Visual Studio\2022\BuildTools" `
36+
--includeRecommended ^ `
3637
--add Microsoft.VisualStudio.Component.VC.CoreBuildTools `
3738
--add Microsoft.VisualStudio.Component.VC.Tools.x86.x64 `
3839
--add Microsoft.VisualStudio.Component.Windows10SDK.20348 `

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ RUN `
6565
curl -SL --output vs_buildtools.exe https://aka.ms/vs/17/release/vs_buildtools.exe `
6666
&& (start /w vs_buildtools.exe --quiet --wait --norestart --nocache `
6767
--installPath "%ProgramFiles(x86)%\Microsoft Visual Studio\2022\BuildTools" `
68+
--includeRecommended ^ `
6869
--add Microsoft.VisualStudio.Component.VC.ATLMFC ^ `
6970
--add Microsoft.VisualStudio.Component.VC.CoreBuildTools `
7071
--add Microsoft.VisualStudio.Component.VC.Tools.x86.x64 `

0 commit comments

Comments
 (0)