TeamCity and a VS2010 Project, Anybody?
Has anybody been succesful in running Team City with a Visual Studio Solution? I just can't figure out the documentation and I have not found a sample on how to do it. My expectation are not that high, so it should be pretty simple in accomplishing it with this tool. Anyway, has anybody been succesful?
Thank you in advance.
Robert Jurado
Please sign in to leave a comment.
Yes, it does work.I had a hard time with the docs too.
What is your specific problem? Did you set up a project? You need that first, then you need a Build Configuration for a specific VCS root.
It works really well with a command line build step, using msbuild.exe for projects, and devenv.exe for solutions.
Attachment(s):
Publiing with Profile.jpg
I had a hard time finding how to publish a web project. Here is what I used.
msbuild /p:Configuration=Release /p:Platform="AnyCPU" /t:Clean;Build;ResolveReferences;_WPPCopyWebApplication /p:BuildingProject=true;OutDir=..\..\..\..\MyOutputFolder\ ..\Source\MyPrj\MyPrj.csproj