dotnet / ILMerge

ILMerge is a static linker for .NET Assemblies.
MIT License
1.23k stars 170 forks source link

setup authenticode signing for ilmerge in vsts #33

Closed rohit21agrawal closed 4 years ago

rohit21agrawal commented 6 years ago

Steps to be done:

ilmerge ilmerge.exe and system.compiler.dll as a post build step get ilmerge.exe signed in the vsts ci.

bencyoung commented 4 years ago

This would be very useful for us as currently ILMerge is blocked by our security software from running on our CI machines which makes it very hard to use. Signing it with an MS key would make it usable for us...

bencyoung commented 4 years ago

Is there an ETA on this?

jhromadik commented 4 years ago

The latest version, 3.0.29, released 2019-04-10, is signed and time stamped.

mike-barnett commented 4 years ago

Looks like this has been taken care of. Thanks all!