Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Team Build   (RSS)

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