We are using TFS 2012 for our source control and were able to successfully execute unmap working folder actions till yesterday. However, since yesterday night all our unmap actions are failing with this error:
Path to Executable: C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\tf.exe An error occured generating the command line: Property not found : serverName
We have a release due tomorrow and any help would be much appreciated.
A property was being used for the unmap which shouldn’t have been. With recent updates to TFS I implemented a change to allow the specification of the collection for some commands. This made its way into the unmap which it shouldn’t have, and wasn’t actually fully implemented. I have also fixed the gap in our process which allowed this regression to occur.