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

Update-Package for project.json does not rollback changes if the install fails #1301

Closed
emgarten opened this issue Aug 31, 2015 · 1 comment
Assignees

Comments

@emgarten
Copy link
Member

Steps:

  1. Create a new UWP project
  2. install-package nuget.versioning -version 1.0.5
  3. update-package nuget.versioning -version 9.0.0

Expected:
The update should rollback to 1.0.7

Actual:
An error message is displayed but there is no rollback

Use the above steps but instead of #3 run:
install-package nuget.versioning -version 9.0.0
This will rollback

@yishaigalatzer
Copy link

@emgarten do you mean it should roll back to 1.0.5 ?

@emgarten emgarten self-assigned this Sep 22, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants