.net - Deploying with TeamCity -


our team started solution consists of 4 projects - desktop app, 2 web app, win- , web-services.

we decided use teamcity ci server , decided use building setup packages (nightly builds). google shows me lot of articles on how deploy web application, using .zip packages - no 1 upon how create msi or setup.

also no clues on how same non-web project - desktop apps, web- , win -services.

have used teamcity building , deploying non-web application?

disclaimer: don't use teamcity build windows non-web application. java web or standalone applications , ios & android applications

in teamcity, there "visual studio (sln)" build step type, try see if can utilize that.

or investigate if can build msi , setup using msbuild, if turns out possible, can add msbuild type build step in teamcity creates msi or setup.

or can imagine myself trying create cmd or powershell script build msi using wix toolset, , install wix on teamcity build agents.

then in teamcity project setup, add build step (type command line or powershell) calls build script.


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -