Skip to content

Commit a57bf97

Browse files
author
Mike McLaughlin
committed
Fix single-file build step
1 parent 93a5efa commit a57bf97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/ci-prepare-artifacts.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ powershell -ExecutionPolicy ByPass -NoProfile -command "& """%~dp0common\Build.p
99
if NOT '%ERRORLEVEL%' == '0' goto ExitWithCode
1010

1111
echo Creating bundles
12-
powershell -ExecutionPolicy ByPass -NoProfile -command "& """%~dp0Build.ps1""" %_commonArgs% -build -bundletools -projects %~dp0..\diagnostics.sln %*"
12+
powershell -ExecutionPolicy ByPass -NoProfile -command "& """%~dp0Build.ps1""" %_commonArgs% -build -bundletools %*"
1313
if NOT '%ERRORLEVEL%' == '0' goto ExitWithCode
1414

1515
echo Creating dbgshim packages

0 commit comments

Comments
 (0)