Skip to content

Commit 6179028

Browse files
committed
Bypass powershell execution policy
1 parent 9d80569 commit 6179028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.cmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
REM Copyright (c) .NET Foundation and contributors. All rights reserved.
44
REM Licensed under the MIT license. See LICENSE file in the project root for full license information.
55

6-
powershell -NoProfile -NoLogo -Command "& \"%~dp0run-build.ps1\" %*; exit $LastExitCode;"
6+
powershell -ExecutionPolicy Bypass -NoProfile -NoLogo -Command "& \"%~dp0run-build.ps1\" %*; exit $LastExitCode;"
77
if %errorlevel% neq 0 exit /b %errorlevel%

0 commit comments

Comments
 (0)