sourcegit/build.bat

8 lines
236 B
Batchfile
Raw Normal View History

@echo off
cd src
dotnet publish -c Release -r win-x64 -o ..\publish\SourceGit\ -p:PublishSingleFile=true --self-contained=true
2020-11-30 18:49:19 -08:00
dotnet publish -c Release -r win-x64 -o ..\publish\ -p:PublishSingleFile=true --self-contained=false
pause