Skip to content

Commit f975a43

Browse files
committed
utils: disable packaging on PR tests
The packaging can be tested with an explicit `please build toolchain Windows platform`.
1 parent d8879e6 commit f975a43

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)