Files
astronomy/csdown/build.bat

8 lines
138 B
Batchfile

@echo off
setlocal EnableDelayedExpansion
dotnet build --output !CD!\exe
if errorlevel 1 (
echo.Error building csdown
exit /b 1
)