Welcome to MSDN Blogs Sign in | Join | Help

June 2008 - Posts

VSTS Team Build To Get Specific Version To Build

To select a specific changesets or labels to build, modify the TFSBuild.proj XML file. Use the GetVersion property - this is for VSTS 2008 <PropertyGroup> <GetVersion>Cxxxx</GetVersion> </PropertyGroup> You can put this anywhere
 
Page view tracker