0
votes

I'm trying to control the changes to several build definitions in VSTS using the Build Template feature. However I can't seem to find a way to link/associate build definitions to a build template (Eg: Like Team City does). Basically I want to be able to modify the template and let that change propagate to all the linked build definitions.

Any one has achieved this?

Are there any workarounds to achieving this in VSTS?

Thanks a lot.

1

1 Answers

1
votes

For now, modifying build templates is not available in VSTS (let alone applying the changed build template to related build definitions).

But there has an user voice Allow editing of existing build definition templates which suggests the feature to modify build templates. You can vote and follow up.

And the workaround for now is delete and recreate the build template, and then you can create new build definitions by selecting the recreate build template. Or you should update the existing build definitions manually.