Skip to content

Commit

Permalink
Enable trimmed publishing to reduce the size of the generated YKCSR e…
Browse files Browse the repository at this point in the history
…xecutable.

Signed-off-by: Bryan Gonzalez <[email protected]>
  • Loading branch information
SheepReaper committed Oct 9, 2023
1 parent a902651 commit 5612bc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/yk-csr-cli/GenerateYKCSR.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<UseAppHost>true</UseAppHost>
<PublishSingleFile>true</PublishSingleFile>
<IncludeNativeLibrariesForSelfExtract>true</IncludeNativeLibrariesForSelfExtract>
<PublishTrimmed>false</PublishTrimmed>
<PublishTrimmed>true</PublishTrimmed>
<AssemblyName>yk-csr-gen</AssemblyName>
</PropertyGroup>

Expand Down

0 comments on commit 5612bc5

Please sign in to comment.