@@ -10,16 +10,11 @@ SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPref
1010# --------------------------------------------------------------------
1111
1212RUN Install-VSBuildTools2022 -InstallationPath C:\M SVS -Workloads `
13- Microsoft.VisualStudio.Component.Roslyn.Compiler, `
14- Microsoft.Component.MSBuild, `
15- Microsoft.VisualStudio.Component.CoreBuildTools, `
1613 Microsoft.VisualStudio.Workload.MSBuildTools, `
17- Microsoft.VisualStudio.Component.Windows10SDK, `
18- Microsoft.VisualStudio.Component.VC.CoreBuildTools, `
19- Microsoft.VisualStudio.Component.VC.Tools.x86.x64, `
20- Microsoft.VisualStudio.Component.VC.Redist.14.Latest, `
21- Microsoft.VisualStudio.Component.Windows10SDK.18362, `
22- Microsoft.VisualStudio.Workload.VCTools
14+ Microsoft.VisualStudio.Workload.VCTools, `
15+ Microsoft.VisualStudio.Component.VC.Tools.x86.x64,`
16+ Microsoft.VisualStudio.Component.Windows11SDK.26100, `
17+ Microsoft.VisualStudio.Component.Windows10SDK.18362;
2318
2419# --------------------------------------------------------------------
2520# Install LLVM for Clang tooling support
0 commit comments