Skip to content

Fix LT-22527: Repair the ILRepack build functionality#910

Open
jasonleenaylor wants to merge 1 commit into
mainfrom
bugfix/LT-22527
Open

Fix LT-22527: Repair the ILRepack build functionality#910
jasonleenaylor wants to merge 1 commit into
mainfrom
bugfix/LT-22527

Conversation

@jasonleenaylor
Copy link
Copy Markdown
Contributor

@jasonleenaylor jasonleenaylor commented May 22, 2026

  • The SDK targets are always imported after everything in the project file. So the SDK's empty AfterBuild silently overwrote the one from ILRepack.targets with no warning
  • Change from the AfterBuild override pattern to AfterTargets=Build

This change is Reviewable

* The SDK targets are always imported after everything in the
  project file. So the SDK's empty `AfterBuild` silently overwrote
  the one from ILRepack.targets with no warning
* Change from the `AfterBuild` override pattern to `AfterTargets=Build`

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant