Files
RedBookPlayer/build.bat

2 lines
247 B
Batchfile
Raw Normal View History

dotnet publish -f netcoreapp3.1 -r win-x64 -c Debug -p:PublishSingleFile=true -p:PublishTrimmed=true --self-contained true
2021-06-29 12:04:26 -07:00
dotnet publish -f netcoreapp3.1 -r win-x64 -c Release -p:PublishSingleFile=true -p:PublishTrimmed=true --self-contained true