We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e43ba8c commit a79a2c9Copy full SHA for a79a2c9
build.cmd
@@ -1,3 +1,3 @@
1
@echo off
2
-powershell -NoProfile -File %~dp0\%~n0.ps1 -Arguments %*
+powershell -NoProfile -ExecutionPolicy Unrestricted -File %~dp0\%~n0.ps1 -Arguments %*
3
exit /b %ERRORLEVEL%
0 commit comments