Templates based on other templates
Hi
Is it possible to create a build template that has another buld template as its base?
For instance
I have a template that builds a .net solution. This is used for a number of solutions.
- Nuget package restore
- MSBuild
- UnitTest
I then have a template that does the same but also packages a nuget package to the TC feed. This is also used for a number of solutions.
Ideally id like to be able to have the base msbuild and tests in a single template that is then used by the other template?
Ideally id like to be able to have the base msbuild and tests in a single template that is then used by the other template?
Please sign in to leave a comment.
Hi Justin,
At the moment this feature is not implemented in TeamCity. Please watch and vote for the feature request: https://youtrack.jetbrains.com/issue/TW-12153.
Has there been any progress on this front?