mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-11-01 13:13:21 -07:00
5 lines
No EOL
130 B
Batchfile
5 lines
No EOL
130 B
Batchfile
cd src
|
|
rmdir /s /q bin
|
|
rmdir /s /q obj
|
|
dotnet publish -c Release -r win-x64 -p:PublishSingleFile=true --self-contained false
|
|
cd .. |