Build Configuration Templates
Hello Community,
My first post here.
I have been looking at how Microsoft Azure VSTS and TeamCity create build definitions.
When creating a build definition with VSTS, Azure provide a template of build steps required depending on what project / application you might want to build. For example, if I wanted to build a .NET application / project Azure would provide a list of build steps as described in the following image:

I was wondering if TeamCity have a template similar to the above describing the build steps for a particular appliactions?
Cheers
Carlton
Please sign in to leave a comment.
Hi Carlton,
when creating a project, teamcity will scan it automatically for different kinds of projects and try to autodetect which build steps are needed. If you access the build steps page, you can still autodetect them at any point.
Hi Denis,
Thanks for that. I will check it out.