Files
Umbraco-CMS/build.bat

15 lines
227 B
Batchfile
Raw Normal View History

2018-11-22 14:05:51 +00:00
@ECHO OFF
powershell .\build\build.ps1
IF ERRORLEVEL 1 (
GOTO :error
) ELSE (
GOTO :EOF
)
:error
ECHO.
ECHO Cannot run build\build.ps1.
ECHO If this is due to a SecurityError then please refer to BUILD.md for help!
ECHO.