Windows Desktop Client CI #2
@@ -17,11 +17,7 @@ RUN `
|
|||||||
# Install Build Tools with the Microsoft.VisualStudio.Workload.AzureBuildTools workload, excluding workloads and components with known issues.
|
# Install Build Tools with the Microsoft.VisualStudio.Workload.AzureBuildTools workload, excluding workloads and components with known issues.
|
||||||
&& (start /w vs_buildtools.exe --quiet --wait --norestart --nocache `
|
&& (start /w vs_buildtools.exe --quiet --wait --norestart --nocache `
|
||||||
--installPath "%ProgramFiles(x86)%\Microsoft Visual Studio\2022\BuildTools" `
|
--installPath "%ProgramFiles(x86)%\Microsoft Visual Studio\2022\BuildTools" `
|
||||||
--add Microsoft.VisualStudio.Workload.AzureBuildTools `
|
--add Microsoft.VisualStudio.Workload.NativeDesktop `
|
||||||
--remove Microsoft.VisualStudio.Component.Windows10SDK.10240 `
|
|
||||||
--remove Microsoft.VisualStudio.Component.Windows10SDK.10586 `
|
|
||||||
--remove Microsoft.VisualStudio.Component.Windows10SDK.14393 `
|
|
||||||
--remove Microsoft.VisualStudio.Component.Windows81SDK `
|
|
||||||
|| IF "%ERRORLEVEL%"=="3010" EXIT 0) `
|
|| IF "%ERRORLEVEL%"=="3010" EXIT 0) `
|
||||||
`
|
`
|
||||||
# Cleanup
|
# Cleanup
|
||||||
|
|||||||
Reference in New Issue
Block a user