4 lines
194 B
Batchfile
4 lines
194 B
Batchfile
@echo off
|
|
dotnet publish -c Release -r linux-x64 --self-contained
|
|
'dotnet publish -c Release -r linux-x64 --self-contained -p:PublishSingleFile=true -p:IncludeAllContentForSelfExtract=true
|
|
pause |