How to prevent pending changes in TFS

Best practices, code snippets for common functionality, examples, and guidelines.
haye7889
Posts: 7
Joined: Thu Sep 07, 2017 2:31 pm

How to prevent pending changes in TFS

Post by haye7889 » Thu Sep 14, 2017 5:31 pm

Hi all!
I'm using Visual Studios 2015 and it is connected to the Team Foundation Server for the Ranorex solution.
Anytime I create a build in Ranorex, it populates pending changes to recordings I did not make any changes to.
If I undo the included changes, they will come back whenever I rebuild in Ranorex.

I was wondering if there is a way to prevent unchanged recordings from showing up in Pending Changes so I don't have to constantly undo the changes.

Thank you,
haye7889

asdf
Posts: 174
Joined: Mon Mar 21, 2016 3:16 pm

Re: How to prevent pending changes in TFS

Post by asdf » Mon Sep 18, 2017 3:49 pm

Hi Haye,

Have you already tried to uncheck the following setting?
2017-09-18 16_47_20-Options.png
This setting could be found in Ranorex Studio under Tools/Options.

Hope that helps.
asdf
You do not have the required permissions to view the files attached to this post.

haye7889
Posts: 7
Joined: Thu Sep 07, 2017 2:31 pm

Re: How to prevent pending changes in TFS

Post by haye7889 » Tue Sep 19, 2017 3:50 pm

Hey asdf,

Thanks for the reply. I was able to create an external tool in Visual Studio to prevent unchanged files to show up.

I believe this would have also worked as well.

Thank you!