Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a way to queue a build from a specific changeset in TFS 2015?

I'd like to run a build from an older changeset. When I go to the Builds (in VS2015 or in TFS in the browser) and then select "Queue New Build..." I can select a shelveset name in the dialog that pops up. However I see no option for selecting a a changeset. I thought this was possible in a previous version of VS.

like image 536
kashiraja Avatar asked Jun 02 '16 18:06

kashiraja


People also ask

How do I get a specific changeset in TFS?

Example: getting a specific changeset with TFS Under Version, in Type select Changeset. Type the changeset number, or click the browse button to display the Find Changesets dialog box, and select the changeset you want. Click Get. The local scripts folder has been updated to the changeset you selected.


1 Answers

You can achieve it by specify the changeset info in Source Version of queue build dialog such as C8 which will build changeset 8. More detail explanation please see below screeshot.

Note: This function is released with TFS2015 update2. To use it, you have to upgrade to Update2 or above.

enter image description here

like image 170
PatrickLu-MSFT Avatar answered Oct 19 '22 16:10

PatrickLu-MSFT