How can I build a Build with single Changeset#? or Changeset numbers related to specific one file.
My scenario:
Changeset# 100 -> contains modified file X for problem Y
Changeset# 99 -> contains modified file Y but for different problem Z
Changeset# 98 -> contains modified file Z but for different problem W
I want to create a Build with just Changeset# 100. I don't want to include Changeset# 99 and 98 because that Changesets don't contain files related to file X. They contain different files Y and Z. That Changesets are not related to to Changeset# 100.
I want to include in my Build just files related to file X.
My steps: Right click on the build: - Select "Queue Build" - Select "TF Version Control" tab - Type changeset number in "Get Version" for example changeset# 100
"Get version" is not working as I expected. It takes all Changeset numbers 100, 99. 98.