Skip to content

Commit 57ad360

Browse files
authored
Merge pull request #84268 from compnerd/packaging
utils: disable packaging on PR tests
2 parents 168911a + f975a43 commit 57ad360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build-windows-toolchain.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ powershell.exe -ExecutionPolicy RemoteSigned -File %~dp0build.ps1 ^
8383
%SkipPackagingArg% ^
8484
%WindowsSDKArchitecturesArg% ^
8585
%TestArg% ^
86-
-Stage %PackageRoot% ^
86+
-SkipPackaging ^
8787
-IncludeSBoM ^
8888
-Summary || (exit /b 1)
8989

0 commit comments

Comments
 (0)