brutaldev / StrongNameSigner

Strong-name sign third party .NET assemblies without the source code.
https://brutaldev.com/post/net-assembly-strong-name-signer
Other
328 stars 68 forks source link

fix: Correcting task order default values #84

Closed nickrandolph closed 1 year ago

nickrandolph commented 1 year ago

The original version enforced signing happening before CoreCompile, which doesn't work for our scenario where we need to completely override the default values. This update allows the StrongNameSignerBeforeTargets and StrongNameSignerAfterTargets to be defined in the csproj without it being overwritten by the targets file in this package