I am running TeamCity build 5.1.1 in a virtual machine that also hosts our SVN environment. I recently helped the Visual Studio 2008 / Silverlight 3.0 team in Visual Studio 2010 / Silverlight 4.0, and when researching continuous integration with Visual Studio 2010 solutions / projects, it was not cut and dried, as it turned out to be in Visual Studio 2008. Previously, I used web projects -deployments and customized various release configurations in TeamCity, which will use the web deployment project to package / deploy code in our various environments. However, when I test the new publishing feature in Visual Studio 2010, I cannot find a way to indicate where to deploy. Does all this need to be done in MSBuild now (in the solution file or, possibly, in the web project file?). If anyone has exampleshow they did Continuous Integration using TeamCity and Visual Studio 2010, it would be very useful, because I am now in an empty state.
source
share