Search code examples
.netdesktop-applicationsetup-deploymentteamcity-7.0

Deploying with TeamCity


Our team started a solution which consists of 4 projects - a desktop app, 2 web app, a win- and a web-services.

We decided to use TeamCity as a CI server and decided to use it as for building setup packages (nightly builds). Google shows me a lot of articles on how to deploy web application, using .zip packages - but no one upon how to create a msi or setup.

Also no clues on how to do the same for a non-web project - as are desktop apps, web- and win -services.

Have anyone used TeamCity for building and deploying a non-web application?


Solution

  • I choose the Dao way - NAnt+TeamCity - NAnt script make the checkout/update from SVN, builds the solutions, prepare setup by compiling setup projects...

    and thats all...