Skip to content

Commit eda97fd

Browse files
committed
Update workloads for VS 2022
Remove any workflows that are redundant because they are required for the workloads. Add an additional SDK. Component ID decisions were made by referencing https://learn.microsoft.com/en-us/visualstudio/install/workload-component-id-vs-build-tools?view=vs-2022
1 parent b113fd8 commit eda97fd

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

msbuild-2022/Dockerfile

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,11 @@ SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPref
1010
#--------------------------------------------------------------------
1111

1212
RUN Install-VSBuildTools2022 -InstallationPath C:\MSVS -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

Comments
 (0)