Files
Umbraco-CMS/build/Build.bat
Sebastiaan Janssen 587542ace7 The build.bat file now won't exit when there's an error so you can inspect it, if there's no errors it will just exit
Excluded missing index.cshtml file from project (was giving build error)
2012-09-26 06:48:11 -02:00

9 lines
148 B
Batchfile

@ECHO OFF
%windir%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe "Build.proj"
if ERRORLEVEL 1 goto :showerror
goto :EOF
:showerror
pause