mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-31 17:14:58 +00:00
feature<build>: provide win-x64 runtime executables
This commit is contained in:
parent
717772c62b
commit
359a0947ff
2 changed files with 11 additions and 3 deletions
|
@ -16,6 +16,13 @@ rmdir /s /q bin
|
|||
rmdir /s /q obj
|
||||
dotnet publish SourceGit.csproj --nologo -c Release -r win-x86 -f net5.0-windows -p:PublishSingleFile=true --no-self-contained -o ..\publish
|
||||
cd ..\publish
|
||||
ren SourceGit.exe SourceGit.net5.0.exe
|
||||
ren SourceGit.exe SourceGit.net5.0.x86.exe
|
||||
|
||||
cd ..\src
|
||||
rmdir /s /q bin
|
||||
rmdir /s /q obj
|
||||
dotnet publish SourceGit.csproj --nologo -c Release -r win-x64 -f net5.0-windows -p:PublishSingleFile=true --no-self-contained -o ..\publish
|
||||
cd ..\publish
|
||||
ren SourceGit.exe SourceGit.net5.0.x64.exe
|
||||
|
||||
cd ../
|
Loading…
Add table
Add a link
Reference in a new issue