Background In Azure DevOps there are kind of two ways of setting up pipelines (previously also called builds). One can use the classic editor or the yaml approach. The classic editor is more visual where tasks can be added and modified. A typical setup can look something like this (non…
ci
Building and deploying with TeamCity and Octopus Deploy – Part 4 of 5
Configuring TeamCity 1. Enable Nuget Feed in TeamCity: Administration -> Nuget. Enable both the Authenticated feed and the Public feed. To enable the public feed the Guest user login must be allowed. Also get the lates Nuget version. 2. Download and install Octopus TeamCity plugin. Stop TeamCity services, and…
Building and deploying with TeamCity and Octopus Deploy - Part 2 of 5
Installing and setting up TeamCity 1. Start by downloading TeamCity and start the installation. The proposed suggestions in the setup wizard are just fine: 2. Choose your path for Data Directory. Data Directory is used for storing configuration settings. I prefer to use a different path than the one where…
Building and deploying with TeamCity and Octopus Deploy - Part 1 of 5
TeamCity and Octopus Deploy There have been a lot of writings about continuous integration and automated deploy and why “doing it”. This post is not about that, but rather about what does it take to set up the entire automated flow from the step when the code is checked into…