myPrayerJournal/build.bat
Daniel J. Summers 55cf47af18 -Paket -TutorialFiles
Removed Paket files (could not get reliable builds; we may revisit once
.NET core has stablizied); removed extraneous tutorial files; currently
blocked getting Auth0 Lock to load from within Aurelia app
2017-05-31 22:22:08 -05:00

4 lines
63 B
Batchfile

@echo off
cls
"packages\FAKE\tools\Fake.exe" build.fsx %1
pause