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.
2 parents 0969d1e + 93b20aa commit 6a81131Copy full SHA for 6a81131
utils/build.cmd
@@ -0,0 +1,9 @@
1
+@echo off
2
+setlocal
3
+if "%1"=="/?" (
4
+ powershell.exe -Command "& Get-Help -Detailed .\build.ps1"
5
+ exit /b
6
+)
7
+
8
+powershell.exe -ExecutionPolicy RemoteSigned -File "%~dp0\build.ps1" %*
9
+endlocal
0 commit comments