Skip to content

Commit

Permalink
Update build command
Browse files Browse the repository at this point in the history
  • Loading branch information
vgrassia committed Feb 20, 2024
1 parent 6e2a599 commit 6bc891b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
echo "### Building self contained binary for $RID to $OUTPUT_DIR"
dotnet publish -c Release -p:PublishDir=$OUTPUT_DIR -r $RID \
-p:PublishReadyToRun=true -p:PublishSingleFile=true \
-p:DebugType=None -p:DebugSymbols=false -p:PublishTrimmed=true \
-p:DebugType=None -p:DebugSymbols=false \
--self-contained true -p:IncludeNativeLibrariesForSelfExtract=true \
-p:EnableCompressionInSingleFile=true
cd $OUTPUT_DIR
Expand Down

0 comments on commit 6bc891b

Please sign in to comment.