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…
3 posts tagged
teamcity
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…