1
0
mirror of https://github.com/osmarks/random-stuff synced 2024-06-17 01:29:54 +00:00
random-stuff/KerbalName/build.cmd

15 lines
214 B
Batchfile
Raw Normal View History

2020-08-12 19:31:12 +00:00
@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 %*