mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-25 03:12:21 +08:00
5 lines
130 B
Batchfile
5 lines
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 .. |