We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d80569 commit 6179028Copy full SHA for 6179028
build.cmd
@@ -3,5 +3,5 @@
3
REM Copyright (c) .NET Foundation and contributors. All rights reserved.
4
REM Licensed under the MIT license. See LICENSE file in the project root for full license information.
5
6
-powershell -NoProfile -NoLogo -Command "& \"%~dp0run-build.ps1\" %*; exit $LastExitCode;"
+powershell -ExecutionPolicy Bypass -NoProfile -NoLogo -Command "& \"%~dp0run-build.ps1\" %*; exit $LastExitCode;"
7
if %errorlevel% neq 0 exit /b %errorlevel%
0 commit comments