remove --quiet
Build Mumble Web 2 release builder containers / windows-release-builder-container-build (push) Has been cancelled
Build Mumble Web 2 release builder containers / windows-release-builder-container-build (push) Has been cancelled
This commit is contained in:
@@ -6,7 +6,7 @@ RUN New-Item -ItemType Directory -Path 'C:\TEMP' -Force | Out-Null
|
|||||||
|
|
||||||
# Download and install Visual Studio Build Tools 2022 with C++ and CMake
|
# Download and install Visual Studio Build Tools 2022 with C++ and CMake
|
||||||
RUN Invoke-WebRequest -UseBasicParsing "https://aka.ms/vs/17/release/vs_buildtools.exe" -OutFile "C:\\TEMP\\vs_buildtools.exe" ; \
|
RUN Invoke-WebRequest -UseBasicParsing "https://aka.ms/vs/17/release/vs_buildtools.exe" -OutFile "C:\\TEMP\\vs_buildtools.exe" ; \
|
||||||
Start-Process "C:\\TEMP\\vs_buildtools.exe" -Wait -ArgumentList '--quiet', \
|
Start-Process "C:\\TEMP\\vs_buildtools.exe" -Wait -ArgumentList \
|
||||||
'--wait', \
|
'--wait', \
|
||||||
'--norestart', \
|
'--norestart', \
|
||||||
'--nocache', \
|
'--nocache', \
|
||||||
|
|||||||
Reference in New Issue
Block a user