I am using continuous integration to build my nuget project.It builds my application and drops nuget package to Artifactory. The nuget package is then referenced by other applications.Each time I make changes to nuget package and Jenkins builds it,How do I make sure the client application’s Jenkins build is referring latest change from the source nuget package.
↧