Skip to content

Commit

Permalink
fix: update publish configuration to include all required .NET Core d…
Browse files Browse the repository at this point in the history
…ependencies
  • Loading branch information
BytexGrid committed Dec 27, 2024
1 parent 17f1564 commit 95c241a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,16 @@ jobs:
-p:IncludeNativeLibrariesForSelfExtract=true `
-p:DebugType=None `
-p:DebugSymbols=false `
-p:PublishReadyToRun=true `
-p:PublishReadyToRun=false `
-p:PublishTrimmed=false `
-p:UseAppHost=true `
-p:SelfContained=true `
-p:RuntimeIdentifier=win-x64 `
-p:WindowsPackageType=None `
-p:IncludeAllContentForSelfExtract=true `
-p:EnableUnsafeBinaryFormatterSerialization=true `
-p:EnableUnsafeUTF7Encoding=true `
-p:InvariantGlobalization=false `
-o ../publish
- name: Copy exe to release
Expand Down

0 comments on commit 95c241a

Please sign in to comment.