Guys,
I was just thinking about how to manage Nuget package updates and CI. I had a quick look around and there didn't seem to be anything that would allow you to trigger a set of builds based on alternate types of triggers without doing a kludge. If I had a simple repo and an app which checked all the Nuget packages I use and then monitor changes to those packages and push something into a Monitoring repository, could I then trigger off a series of Builds of other projects, configuration compile testing build. Does this sound sensible?
I've got another similar situation with code generation templates, where I want to be able to change a template and then use Continua to "test" if those changes cause compile issues across a range of Visual Studio Solutions. Any guidance welcome.