We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fbf759 commit fcbd068Copy full SHA for fcbd068
1 file changed
relenv/_scripts/install_vc_build.ps1
@@ -150,7 +150,7 @@ if ( Test-Path -Path $MSBUILD_BIN ) {
150
"--add Microsoft.VisualStudio.Component.VC.140", `
151
"--lang en-US", `
152
"--includeRecommended", `
153
- "--quiet", `
+ # "--quiet", `
154
"--wait" `
155
-Wait -WindowStyle Hidden
156
if ( Test-Path -Path "$env:TEMP\build_tools\vs_buildtools.exe" ) {
0 commit comments