Skip to content

Commit

Permalink
test non-quiet
Browse files Browse the repository at this point in the history
Signed-off-by: Keith Smiley <keithbsmiley@gmail.com>
  • Loading branch information
keith committed Aug 19, 2022
1 parent 23fb91a commit bb67802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_container/build_container_windows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ AddToPath $msvcFullPath
DownloadAndCheck $env:TEMP\winsdksetup.exe `
https://download.microsoft.com/download/d/8/f/d8ff148b-450c-40b3-aeed-2a3944e66bbd/windowssdk/winsdksetup.exe `
4d73ddc82caa1cbe82dffdc24b7cef368919e077bad984357d447568feab1f5f
RunAndCheckError "cmd.exe" @("/s", "/c", "$env:TEMP\winsdksetup.exe /features OptionId.WindowsDesktopDebuggers /quiet /norestart")
RunAndCheckError "cmd.exe" @("/s", "/c", "$env:TEMP\winsdksetup.exe /features OptionId.WindowsDesktopDebuggers /norestart")
AddToPath "C:\Program Files (x86)\Windows Kits\10\Debuggers\x64"

# CMake to ensure a 64-bit build of the tool (VS BuildTools ships a 32-bit build)
Expand Down

0 comments on commit bb67802

Please sign in to comment.