Setting up TeamCity Build Configuration
In this blog, I will go through setting up TeamCity project and adding the minimum needed build steps to rebuild and create the package that will be used through the Octopus server to deploy. So, here we go: Start by creating the project and set the VCS root Let us start by navigating to the Administration on the upper right corner. Click on + Create Project. Insert the General Setting. Project name and ID, you can leave other information as it is Setup the VCS root (I already have a created root. If you want to create one click on Create VCS root) Start by inserting type of VCS, root name, fetch URL and the branch you want to use for the deployment Specify the Authentication method and insert the needed credentials Now test the information inserted and credential by clicking on Test Connection. Then save Next we will create the build steps. Remember that there is a large number of Runner Types that can be added to configure the sequence of buil...