TeamCity
-
Azure Mobile Service deployment with Team City part 7. Deployment to Test environment
The last step in these series of posts is deploying from TeamCity to a test environment.
We have already created the script which will do the deployment so we need only to create the TeamCity … more
Tags: CI, Powershell, TeamCity
-
Azure Mobile Service deployment with Team City part 6. Integrate SpecFlow with TeamCity
In the previous blog post I explained how to configure TeamCity to run a PowerShell script which will deploy an Azure Mobile Service.
After the Mobile Service was deployed we want to run acceptance … more
-
Azure Mobile Service deployment with Team City part 5. Configuring Mobile in TeamCity
In the previous post we finished to create all the PowerShell scripts. The build and deployment run locally. Now it’s time to create a TeamCity configuration for it.
Open the TeamCity web page … more
-
Azure Mobile Service deployment with Team City part 4. Deploying Azure Mobile Services
In the previous post I explained how to run a set of steps including restoring NuGet packages, building and running Unit Tests using psake with PowerShell.
The last step in our pipeline is the … more
Tags: Azure, Powershell, TeamCity
-
Azure Mobile Service deployment with Team City part 3. Build Azure Mobile Service with PowerShell using psake
TeamCity is a very powerful tool and you can take advantage of all its configuration options to create your CI and CD. Although TeamCity provides you with almost everything you need, like restoring … more
Tags: CI, NuGet, Powershell, TeamCity
-
Azure Mobile Service deployment with Team City part 2. Configure TeamCity NuGet Server
In the previous post I explained how to install TeamCity on Azure and configure it.
In this post I will create a TeamCity configuration which will publish to a NuGet Server hosted in TeamCity.
You … more
-
Azure Mobile Service deployment with Team City part 1. Team City Installation
In these series of blog posts I will explain how to host a TeamCity server on an Azure Virtual Machine, configure it and create TeamCity configuration to build and deploy an Azure Mobile Service. … more
Tags: Azure, Powershell, TeamCity
-
TeamCity Build Parameters for PowerShell
In this article I will describe how you can add custom parameters to your TeamCity build configuration and read them in Powershell. Although adding parameters is not difficult and it is documented ok … more
Tags: Powershell, TeamCity
-
Hosting NuGet in TeamCity and consume it in Visual Studio
Introduction
This post describes the setup of NuGet package inside TeamCity and configuration of your Visual Studio to consume the hosted packages. TeamCity version 7.1 is used.
When you … more
Tags: CI, Git, NuGet, TeamCity, Visual Studio
-
Git versioning for .NET projects with TeamCity
TeamCity has a nice feature which allows to create a build number automatically with every build. For example, MyLib.dll has version 1.2.3.0. When configuring TeamCity in the “Build number … more
Categories: Git
Tags: CI, Git, Powershell, TeamCity, Tools
- 1