2 lines
161 B
Batchfile
2 lines
161 B
Batchfile
|
rmdir /s /q "bin\Release\64\"
|
||
|
dotnet publish skye.sln -r win-x64 -c Release /p:SelfContained=false /p:PublishReadyToRunfalse=true /p:PublishDir="bin\Release\64\"
|