Lucas
Lucas

Reputation: 83

VS2017 - TF10169

I have a small problem. I deleted project on azure devops. Then I deleted local directories. Now I still have "Detected: 1 delete(s)" in Pending changes. It is a delete operation for project dir.

I tried everything, I can't get rid of this pending change. - I tried restoring dir, not helping. - I tried to create the whole project again and promote the change. - I tried deleting vs tfs cache

When I try to promote the change, I always get error TF10169: Unsupported pending change attempted...

Any suggestions?

Upvotes: 0

Views: 935

Answers (1)

Lucas
Lucas

Reputation: 83

I think I finally got this working.

  • I created project with same name as old one.
  • I tried to map it to the old folder on local disk
  • Then I tried to delte it all again and call tf destroy
  • After that I deleted the project and the change was finally gone!!

Upvotes: 1

Related Questions