4 lines
No EOL
176 B
Batchfile
4 lines
No EOL
176 B
Batchfile
@echo off
|
|
|
|
call runprebuild.bat
|
|
dotnet publish --nologo -o bootstrap -c Release --self-contained true /p:PublishSingleFile=true /p:PublishReadyToRun=true /p:PublishTrimmed=true |