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

Package restore skips project.json restore #1122

Closed
emgarten opened this issue Aug 6, 2015 · 1 comment
Closed

Package restore skips project.json restore #1122

emgarten opened this issue Aug 6, 2015 · 1 comment
Assignees
Labels
Priority:1 High priority issues that must be resolved in the current sprint. Product:VS.Client Type:Bug
Milestone

Comments

@emgarten
Copy link
Member

emgarten commented Aug 6, 2015

On build package restore skips project.json based projects after restoring packages.config packages. A second build is needed to restore the project.json based projects.

Steps

  1. Create a solution with a packages.config project and a project.json project.
  2. install packages into both
  3. Delete the packages folder
  4. Delete project.lock.json
  5. Build

Expected:
Both projects will be restored

Actual:
Only the packages.config project is restored

@emgarten emgarten added Priority:1 High priority issues that must be resolved in the current sprint. Product:VS.Client Type:Bug labels Aug 6, 2015
@emgarten emgarten self-assigned this Aug 6, 2015
@emgarten emgarten added this to the 3.1.2 milestone Aug 6, 2015
@emgarten
Copy link
Member Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority:1 High priority issues that must be resolved in the current sprint. Product:VS.Client Type:Bug
Projects
None yet
Development

No branches or pull requests

3 participants