TeamCity for continuous integration with Visual Studio 2010 solutions/projects

Posted by JeffryEngberg on Stack Overflow See other posts from Stack Overflow or by JeffryEngberg
Published on 2010-05-11T18:29:56Z Indexed on 2010/05/12 22:34 UTC
Read the original article Hit count: 389

I am running TeamCity build 5.1.1 on a virtual machine that also hosts our SVN environment. A team I support has recently made the move from Visual Studio 2008/Silverlight 3.0 to Visual Studio 2010/Silverlight 4.0 and when investigating how to do continuous integration with Visual Studio 2010 solutions/projects, it is not as cut and dried as it appeared to be in Visual Studio 2008. Previously I was using Web Deployment Projects and targeting different Release Configurations in TeamCity, which would use the Web Deployment Project to package/deploy the code to our various environments. However when checking out the new Publish ability in Visual Studio 2010 I cannot find a way to specify which location to deploy to. Does everything need to be done in MSBuild now (in the solution file or maybe the Web project file?). If anyone has any examples of how they've done Continuous Integration using TeamCity and Visual Studio 2010, it would be greatly appreciated as I am coming up blank at the moment.

© Stack Overflow or respective owner

Related posts about silverlight-4.0

Related posts about teamcity-5.0