mirror of
https://github.com/osmarks/random-stuff
synced 2025-09-12 15:25:59 +00:00
add more things???
This commit is contained in:
14
KerbalName/build.cmd
Executable file
14
KerbalName/build.cmd
Executable file
@@ -0,0 +1,14 @@
|
||||
@echo off
|
||||
cls
|
||||
|
||||
.paket\paket.bootstrapper.exe
|
||||
if errorlevel 1 (
|
||||
exit /b %errorlevel%
|
||||
)
|
||||
|
||||
.paket\paket.exe restore
|
||||
if errorlevel 1 (
|
||||
exit /b %errorlevel%
|
||||
)
|
||||
|
||||
packages\FAKE\tools\FAKE.exe build.fsx %*
|
Reference in New Issue
Block a user