Hi,
We are facing the following issue:
One of our build scripts is updating some AssemblyInfo.cs files and checking them in TFS using the TF.exe command line. However, it sometimes happens that none of these files is actually changed. In such a case, the "TF.exe checkin" command will return a code 1 (I.e.: a Partial Success. With the message "The following changes were not checked in because the items were not modified.") and the complete build process fails...
How could we avoid a build failure when TF.exe return the code 1 ? Or how could we prevent TF.exe to return the code 1 when some files are not checked-in because there are not modified ?
Thx a lot in advance for any solution or advice !
V.