Steps
- Create a new UWP project
- Save and close the solution
- Delete the global .nuget\packages folder
- Reopen and build the solution
- Click cancel on the progress dialog while packages are downloading
- Build again to perform a 2nd restore
Expected:
The second restore should complete successfully
Actual:
The first restore did not leave the packages folder in a good state. Some packages have only a nupkg and the second restore fails.