Is there a way to queue an assembly from a specific set of changes in TFS 2015?

I would like to start the assembly from an older change set. When I go to build (in VS2015 or in TFS in the browser) and then select "Queue New Build ...", I can select the name of the shelf in the dialog that appears. However, I see no choice to select a set of changes. I thought this was possible in a previous version of VS.

+4
source share
2 answers

You can achieve this by specifying the change set information in the Source version of the queuing dialog box, for example C8, which will create the change set 8. For a more detailed explanation, please see the screeshot below.

Note. This feature is released with the TFS2015 update. To use it, you must upgrade to Update2 or higher.

enter image description here

+6
source

If you use old assemblies based on XAML, and not "Build vNext", then you should be able to specify the set of changes in the Get Version property in the extended section of the Options tab on the Options tab, Queue Build.

Screenshot

0
source

All Articles