myPrayerJournal/build.bat

8 lines
131 B
Batchfile
Raw Normal View History

@echo off
cls
.paket\paket.exe restore
if errorlevel 1 (
exit /b %errorlevel%
)
"packages\FAKE\tools\Fake.exe" build.fsx %1
pause