msbuild /t:restore refuses to restore one particular project from a solution #4845
Labels
Functionality:Restore
Resolution:Duplicate
This issue appears to be a Duplicate of another issue
Type:Bug
Milestone
RTM
> git checkout 6e9c5158b279919226c58a5289a81bf0ef8f8964
> git clean -dxf
> build.cmd
Expected: No build errors
Actual:
If you look in bin\obj\ProjectSystemSetup - you'll notice that no assets/props files were generated.
Note, if I open the solution in VS and use VS's restore - the project is restored as normal.
Attached is the Restore log:
Restore.zip
Note, this only occurred after the code changes in this PR: dotnet/project-system#1784. It appears removing another project from the solution caused this.
The text was updated successfully, but these errors were encountered: