Skip to content

Commit

Permalink
added build bat
Browse files Browse the repository at this point in the history
  • Loading branch information
stamepicmorg committed Apr 13, 2022
1 parent 33d3825 commit 1082b6b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/build.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
SET DOTNET_CLI_TELEMETRY_OPTOUT=true
SET DOTNET_SKIP_FIRST_TIME_EXPERIENCE=true

dotnet.exe publish -r win7-x64 --self-contained true --framework net6.0-windows --configuration Release -p:PublishTrimmed=false -p:PublishSingleFile=true -p:PublishReadyToRun=true
dotnet.exe publish -r win7-x86 --self-contained true --framework net6.0-windows --configuration Release -p:PublishTrimmed=false -p:PublishSingleFile=true -p:PublishReadyToRun=true
dotnet.exe publish -r win81-x64 --self-contained true --framework net6.0-windows --configuration Release -p:PublishTrimmed=false -p:PublishSingleFile=true -p:PublishReadyToRun=true
dotnet.exe publish -r win81-x86 --self-contained true --framework net6.0-windows --configuration Release -p:PublishTrimmed=false -p:PublishSingleFile=true -p:PublishReadyToRun=true
dotnet.exe publish -r win10-x64 --self-contained true --framework net6.0-windows --configuration Release -p:PublishTrimmed=false -p:PublishSingleFile=true -p:PublishReadyToRun=true
dotnet.exe publish -r win10-x86 --self-contained true --framework net6.0-windows --configuration Release -p:PublishTrimmed=false -p:PublishSingleFile=true -p:PublishReadyToRun=true

0 comments on commit 1082b6b

Please sign in to comment.