11 lines
329 B
Batchfile
11 lines
329 B
Batchfile
rmdir /s /q "bin\"
|
|
rmdir /s /q "source\bin\"
|
|
rmdir /s /q "source\obj\"
|
|
|
|
dotnet restore SuzuMagnifier.slnx
|
|
dotnet publish SuzuMagnifier.slnx -r win-x64 -c Release /p:PublishSingleFile=true /p:SelfContained=false /p:PublishReadyToRunfalse=true /p:PublishDir="..\bin\"
|
|
|
|
rmdir /s /q "source\bin\"
|
|
rmdir /s /q "source\obj\"
|
|
|
|
REM PAUSE |