We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9512779 commit adba1bfCopy full SHA for adba1bf
utils/build-windows-toolchain.bat
@@ -79,9 +79,10 @@ powershell.exe -ExecutionPolicy RemoteSigned -File %~dp0build.ps1 ^
79
-SourceCache %SourceRoot% ^
80
-BinaryCache %BuildRoot% ^
81
-ImageRoot %BuildRoot% ^
82
- %WindowsSDKsArg% ^
+ -WindowsSDKs X86 ^
83
%SkipPackagingArg% ^
84
%TestArg% ^
85
+ -SkipPackaging ^
86
-Stage %PackageRoot% ^
87
-Summary || (exit /b 1)
88
0 commit comments