Closed tmeschter closed 8 years ago
Hi @tmeschter, I'm your friendly neighborhood .NET Foundation Pull Request Bot (You can call me DNFBOT). Thanks for your contribution! You've already signed the contribution license agreement. Thanks!
The agreement was validated by .NET Foundation and real humans are currently evaluating your PR.
TTYL, DNFBOT;
@jasonmalinowski @rrelyea @drewgil Please review.
Looks great. :shipit:
Anyone else who should take a look at this? Also, I don't have permission to merge pull requests here.
@jasonmalinowski @drewgil I've updated the pull request to avoid producing items for content files when we're reading from project.assets.json (that is, when we're using PackageReferences).
:shipit:
@jasonmalinowski It turns out the second round of changes was unnecessary and I've backed it out. Who should I annoy to get this merged in? :-)
@Pilchie I'm not sure if it matters for the project.assets.json case since it should only be updated when the project file is updated, right?
Update Microsoft.NuGet.targets to support project.assets.json files in addition to project.lock.json. If a project lock file has not been explicitly specified and there are no MyProj.project.json or project.json files next to the project, we'll look for $(BaseIntermediateOutputPath)project.assets.json instead.