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 93a5efa commit a57bf97Copy full SHA for a57bf97
eng/ci-prepare-artifacts.cmd
@@ -9,7 +9,7 @@ powershell -ExecutionPolicy ByPass -NoProfile -command "& """%~dp0common\Build.p
9
if NOT '%ERRORLEVEL%' == '0' goto ExitWithCode
10
11
echo Creating bundles
12
-powershell -ExecutionPolicy ByPass -NoProfile -command "& """%~dp0Build.ps1""" %_commonArgs% -build -bundletools -projects %~dp0..\diagnostics.sln %*"
+powershell -ExecutionPolicy ByPass -NoProfile -command "& """%~dp0Build.ps1""" %_commonArgs% -build -bundletools %*"
13
14
15
echo Creating dbgshim packages
0 commit comments