first of all, excuse me for my English.
In VSTS (visual studio team services), I want to activate automatic compilation for my application. Before I bought the services, I wanted to know if my case would work.
I have a project A that has a dependency on project B. Project B will create a NuGet package each time a commit to master is uploaded.
I want you to commit a master commit on project A, VSTS build the project, but before that upgrade the NuGet package dependency from project B to the latest version.
Would that be possible? Or do I have to do Project Committee b, update the reference in Project A, and then upload Project A?
Thank you very much.