How to get the updated argument(s) of a build process template refreshed in 'Process' section of a build definition?

Nam G VU

For a build process template, we can add/remove/edit the argument list of it and use it as variables within the build/work-flow steps. I reading the nice guide here

I'm cloning the template DefaultTemplate.11.1.xaml to sayHello-DefaultTemplate.11.1.xaml and edit it via Visual Studio 2012. I first added one argument, called TestMessage. I check in my changeset to the Source Control.

Then I create a build definition sayHelloBuild based on this template. And when I go to the Process tab, I can see TestMessage in the Misc section. I save the build definition. Trying to queue it and it gets succeeded.

Here comes the issue. I added another argument for the template named ABBCCC and checkin the source code. But when I edit the build definition sayHelloBuild, I cannot see ABBCCC in the Process tab as MyArugment01 does.

How can I get the argument list refreshed?

enter image description here

Hoang Nguyen
  1. Use the below script to delete the registed build process template in Database:

    use Tfs_YourTeamCollectionName; delete from tbl_BuildProcessTemplate where ProcessTemplateID = 'Your ProcessTemplateID';

  2. Create new build definition again.

The database name is your TFS team collection name e.g. Tfs_YourTeamCollection in the backend SQL Server of your TFS server. I'm using TFS 2012.

Hope it helps!

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How to get value of argument in Build Process Template

From Dev

Is there a build process template for TFS 2015?

From Dev

Is there a way to validate the build process parameters when editing the build definition in TFS?

From Dev

Cannot download TFS 2013 build process template, and build fails to initialize

From Dev

How can I get NDepend to run as part of my build process?

From Dev

grunt-html-build - process variable inside section?

From Dev

grunt-html-build - process variable inside section?

From Dev

How to get TFS2012 to include a changeset in the build that was checked in during the build process?

From Dev

cmake build error on build process

From Java

How to speed up the Angular build process

From Dev

How does the Android build process work?

From Dev

How to include SignalR with gulp build process?

From Dev

How to Deserialize and Serialize Build Process Parameters in TFS

From Dev

Understanding how kbuild build process work

From Dev

Understanding how kbuild build process work

From Dev

How to Deserialize and Serialize Build Process Parameters in TFS

From Dev

How to use Polymer 2 Build Process?

From Dev

Automating Greenhills Build Process

From Dev

Automating Android build process

From Dev

Stuck at itunes build process

From Dev

Integrating Fortify into a Build Process

From Dev

how the build defintion unshelve the given shelveset during build process

From Dev

Fail to open team foundation build process template in visual studio 2013

From Dev

Visual Studio 2012 Build Process Template Dropdown does not populate

From Dev

Fail to open team foundation build process template in visual studio 2013

From Dev

Process tokens in TfvcRelease12 build template 2013.4

From Dev

Build template from arguments of functions?

From Dev

Build process logic for Angular application

From Dev

Use Docker to run a build process

Related Related

  1. 1

    How to get value of argument in Build Process Template

  2. 2

    Is there a build process template for TFS 2015?

  3. 3

    Is there a way to validate the build process parameters when editing the build definition in TFS?

  4. 4

    Cannot download TFS 2013 build process template, and build fails to initialize

  5. 5

    How can I get NDepend to run as part of my build process?

  6. 6

    grunt-html-build - process variable inside section?

  7. 7

    grunt-html-build - process variable inside section?

  8. 8

    How to get TFS2012 to include a changeset in the build that was checked in during the build process?

  9. 9

    cmake build error on build process

  10. 10

    How to speed up the Angular build process

  11. 11

    How does the Android build process work?

  12. 12

    How to include SignalR with gulp build process?

  13. 13

    How to Deserialize and Serialize Build Process Parameters in TFS

  14. 14

    Understanding how kbuild build process work

  15. 15

    Understanding how kbuild build process work

  16. 16

    How to Deserialize and Serialize Build Process Parameters in TFS

  17. 17

    How to use Polymer 2 Build Process?

  18. 18

    Automating Greenhills Build Process

  19. 19

    Automating Android build process

  20. 20

    Stuck at itunes build process

  21. 21

    Integrating Fortify into a Build Process

  22. 22

    how the build defintion unshelve the given shelveset during build process

  23. 23

    Fail to open team foundation build process template in visual studio 2013

  24. 24

    Visual Studio 2012 Build Process Template Dropdown does not populate

  25. 25

    Fail to open team foundation build process template in visual studio 2013

  26. 26

    Process tokens in TfvcRelease12 build template 2013.4

  27. 27

    Build template from arguments of functions?

  28. 28

    Build process logic for Angular application

  29. 29

    Use Docker to run a build process

HotTag

Archive