TeamCity for continuous integration with Visual Studio 2010 solutions / projects

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.

+3
source share
2 answers

I managed to find the following:

http://www.microsoft.com/downloads/details.aspx?FamilyID=711a2eef-b107-4784-9063-c978edc498cd&displaylang=en

There seems to be a beta for web deployment projects in VS 2010 right now. Still wondering if there is a way to eventually accomplish this using the Publish / Package functionality, since Microsoft is investing a lot more time in it.

+2
source

Source: https://habr.com/ru/post/1744984/


All Articles