Skip to content

Commit fcbd068

Browse files
committed
debug
1 parent 9fbf759 commit fcbd068

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

relenv/_scripts/install_vc_build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ if ( Test-Path -Path $MSBUILD_BIN ) {
150150
"--add Microsoft.VisualStudio.Component.VC.140", `
151151
"--lang en-US", `
152152
"--includeRecommended", `
153-
"--quiet", `
153+
# "--quiet", `
154154
"--wait" `
155155
-Wait -WindowStyle Hidden
156156
if ( Test-Path -Path "$env:TEMP\build_tools\vs_buildtools.exe" ) {

0 commit comments

Comments
 (0)