We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6aa60cd commit be74e02Copy full SHA for be74e02
dockerfiles/Dockerfile.windows
@@ -47,10 +47,7 @@ RUN $msvs_build_tools_dist_name=\"vs_buildtools.exe\"; `
47
\"--channelUri ${msvs_build_tools_channel}\", `
48
\"--installChannelUri ${msvs_build_tools_channel}\", `
49
'--add Microsoft.VisualStudio.Workload.VCTools', `
50
- '--add Microsoft.VisualStudio.Workload.MSBuildTools', `
51
'--add Microsoft.VisualStudio.Component.VC.Tools.x86.x64', `
52
- '--add Microsoft.VisualStudio.Component.VC.CoreBuildTools', `
53
- '--add Microsoft.VisualStudio.Component.VC.MSVC.143', `
54
'--add Microsoft.VisualStudio.Component.Windows10SDK.19041' `
55
-NoNewWindow -Wait -PassThru; `
56
if (${p}.ExitCode -ne 0 -and ${p}.ExitCode -ne 3010) { `
0 commit comments