Reputation: 16199
Since TeamCity supports many languages, this question might be very tight coupled with the way, projects work in Visual Studio. So here is my question:
For instance, I have a project A in Visual Studio, and I want to add it to TeamCity in order to support continues integration. Now there is another project B. This project depends on project A. Now, how do I reference project A in project B? And how do I update it properly? I know that I can generate artifacts in project A, but I think I'm supposed to download them manually?
Upvotes: 0
Views: 340
Reputation: 101
You could use NuGet for that. Please take a look at this blog post for more details about TeamCity + NuGet integration.
Upvotes: 1