We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47f289b commit bd55932Copy full SHA for bd55932
1 file changed
relenv/_scripts/install_vc_build.ps1
@@ -85,7 +85,7 @@ if ( $install_build_tools ) {
85
"--add Microsoft.Component.VC.Runtime.UCRTSDK", `
86
"--lang en-US", `
87
"--includeRecommended", `
88
- # "--quiet", `
+ "--quiet", `
89
"--wait" `
90
-Wait -WindowStyle Hidden
91
if ( Test-Path -Path "$env:TEMP\build_tools\vs_buildtools.exe" ) {
0 commit comments