Change --quiet to --passive
Build Mumble Web 2 release builder containers / windows-release-builder-container-build (push) Successful in 25s
Build Mumble Web 2 release builder containers / windows-release-builder-container-build (push) Successful in 25s
This commit is contained in:
@@ -15,7 +15,7 @@ RUN `
|
|||||||
curl -SL --output vs_buildtools.exe https://aka.ms/vs/17/release/vs_buildtools.exe `
|
curl -SL --output vs_buildtools.exe https://aka.ms/vs/17/release/vs_buildtools.exe `
|
||||||
`
|
`
|
||||||
# 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 --passive --wait --norestart --nocache `
|
||||||
--installPath "%ProgramFiles(x86)%\Microsoft Visual Studio\2022\BuildTools" `
|
--installPath "%ProgramFiles(x86)%\Microsoft Visual Studio\2022\BuildTools" `
|
||||||
--add Microsoft.VisualStudio.Workload.NativeDesktop `
|
--add Microsoft.VisualStudio.Workload.NativeDesktop `
|
||||||
|| IF "%ERRORLEVEL%"=="3010" EXIT 0) `
|
|| IF "%ERRORLEVEL%"=="3010" EXIT 0) `
|
||||||
|
|||||||
Reference in New Issue
Block a user