1. Create new console app (I had created a portable library but it should not matter)
2. Install jquery
3. bind to TFS and Check it in
4. uninstall jquery (package.config file will be removed and marked as removed for TFS)
5. Install jquery
Actual:
I got into a state where package.config was marked as deleted but latest was not downloaded
Package.config is added in step 5 to the solution but is not binding to TFS i.e. with the checkin it doesn't show as pending.
Expected:
packages.config in step5 to be binding to TFS and to be added.
2. Install jquery
3. bind to TFS and Check it in
4. uninstall jquery (package.config file will be removed and marked as removed for TFS)
5. Install jquery
Actual:
I got into a state where package.config was marked as deleted but latest was not downloaded
Package.config is added in step 5 to the solution but is not binding to TFS i.e. with the checkin it doesn't show as pending.
Expected:
packages.config in step5 to be binding to TFS and to be added.