update<Build>: change publish batch command

This commit is contained in:
leo 2020-12-14 10:47:55 +08:00
parent d69db0289e
commit 3f7f180694
4 changed files with 8 additions and 7 deletions

View file

@ -5,4 +5,7 @@ cd src
dotnet publish -c Release -r win-x64 -o ..\publish\SourceGit\ -p:PublishSingleFile=true --self-contained=true
dotnet publish -c Release -r win-x64 -o ..\publish\ -p:PublishSingleFile=true --self-contained=false
tar -C ..\publish -czvf ..\publish\SourceGit.tar.gz SourceGit\*.*
rmdir /S /Q ..\publish\SourceGit
pause