mirror of
https://github.com/brutaldev/StrongNameSigner.git
synced 2026-04-25 11:26:04 +03:00
[PR #84] [MERGED] fix: Correcting task order default values #105
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/brutaldev/StrongNameSigner/pull/84
Author: @nickrandolph
Created: 1/10/2023
Status: ✅ Merged
Merged: 1/10/2023
Merged by: @brutaldev
Base:
master← Head:dev/nr/taskorderfix📝 Commits (1)
0233d93fix: Correcting task order default values📊 Changes
1 file changed (+4 additions, -4 deletions)
View changed files
📝
src/Brutal.Dev.StrongNameSigner/StrongNameSigner.targets(+4 -4)📄 Description
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
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.