cake-build / cake

:cake: Cake (C# Make) is a cross platform build automation system.
https://cakebuild.net
MIT License
3.87k stars 727 forks source link

GH4032: Add missing ILMergeSettings #4042

Closed gep13 closed 1 year ago

gep13 commented 1 year ago

Using the documentation available here:

https://github.com/dotnet/ILMerge/blob/master/ilmerge-manual.md

added the missing settings that can be set when calling ilmerge.exe

Fixes #4032

devlead commented 1 year ago

@gep13 your changes have been merged, thanks for your contribution 👍