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

NuGet.targets fails on _SplitProjectReferencesByFileExistence when called directly #4869

Closed
emgarten opened this issue Mar 22, 2017 · 0 comments

Comments

@emgarten
Copy link
Member

NuGet.targets fails to find _SplitProjectReferencesByFileExistence when called outside of a project.

This issue is to track investigating if this target is still required and how to work around the problem.

@emgarten emgarten self-assigned this Mar 22, 2017
@emgarten emgarten added this to the 4.3 - 3/6 thru 3/24 milestone Mar 23, 2017
emgarten added a commit to NuGet/NuGet.Client that referenced this issue Mar 23, 2017
This change adds a task to modify project references coming from a solution file. When project build order is used the solution file read by restore contains links to .metaproj files instead of the actual projects. The actual project can be found by removing the metaproj extension.

Cleaning up _SplitProjectReferencesByFileExistence, the outputs from this are not used since ProjectReference is used direcetly. There is no reason to depend on this external target.

Fixes NuGet/Home#4869
Fixes NuGet/Home#4578
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant