4 lines
63 B
Batchfile
4 lines
63 B
Batchfile
|
@echo off
|
||
|
cls
|
||
|
"packages\FAKE\tools\Fake.exe" build.fsx %1
|
||
|
pause
|