Reputation: 3859
We are using TFS 2012 (Express) and MSDEV 2010.
Our code is setup, from using Source Safe, such that the UAT build is implemented as a label on the DEV code. We would like to keep the same systems now we are using TFS and run an autobuild on both the latest version of the code (currently working) and the label which we have set in the code.
I assumed that it would be the option 'Get Version' in the Advanced settings of the build queue dialog but this does not seem to be the case.
Is this still possible in TFS?
Upvotes: 2
Views: 291
Reputation: 1622
You should be able to use Lmylabel in 'Get Version' as described in versionspec documentation or you might create a new build definition and specify it under Process->Advanced->Get Version
Upvotes: 2