I have two Git repos in Azure DevOps. For the sake of simplicity, let's call them LibRepo and AppRepo. When LibRepo has a pull request completed, the build pipeline is kicked off and a new NuGet package version is pushed to Artifacts. That said, I'd like to be able to automatically create a new commit in AppRepo so that the package references use the new version of LibRepo and kicks off a new build for AppRepo. If possible, I'd like that commit to contain the same commit message as the package. Any and all responses would be greatly appreciated.
↧