Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PackageReference compatiblity #56

Merged
merged 3 commits into from
Mar 17, 2019
Merged

Conversation

richardszalay
Copy link
Owner

#54 made me realise that there could be a number of issues that arise from running via PackageReference since the targets file is include before the Web.Application.targets so patching XXXDependsOn might result in things running too early.

I was right and two issues arose:

  • Merged transforms (Web.Helix.config) didn't work
  • Skipping unchanged transformed Web.config files didn't work

This PR resolves both these issues and moves the test fixture import before the Web.Application.targets import in order to raise any future compatibility issues that might crop up.

…eference

It's not the same as using PackageReference, but doing so is tricky with
package caching and this reproduces the existing bugs that relate to it
@richardszalay richardszalay merged commit a836a69 into master Mar 17, 2019
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