I am using CI with VSTS. I have about 50 projects in my solution, so there are a lot of dependencies between those projects. I am trying to use the packaging hub of VSTS to create packages for those projects that are referenced by others.
I have created a new feed:
- I downloaded the bundle
- Then, added the Nuget Package Source
Lets say that i have three projects A, B and C. Both A and B reference C. So, I need to Create "C" as a package
Questions:
- What is "yourpackage.nupkg" in step 3? Is it the project "C" that i need to pack on my local machine?
- What is the next step after doing that? How we can add the package to build definition of Both A and B?
- How i can automatically update the package when project "C" code changes? I guess there should exist a way to make a build definition publish changes to the Package (of Project "C").