pascalabcnet/_ReBuildRelease.bat
samuraiGH d491e88aa7
migration to new build system (#3241)
* converting project files into sdk style
* new build commands
* adding new dll into nsis
* removing unused .cs files
2025-03-03 20:34:51 +03:00

3 lines
92 B
Batchfile

dotnet build -c Release --no-incremental -v d PascalABCNET.sln
@IF %ERRORLEVEL% NEQ 0 PAUSE