I have Azure DevOps 2019 Services project AA pointing to the GitHub repository XX for an Azure DevOps 2019 Services BUILD pipeline. CI integration is enabled via the GitHub Azure Pipelines App. The BUILD pipeline builds automatically for commits to GitHub master and its associated PRs. It works as it should.
I have to switch from project AA to Azure DevOps 2019 Services project BB.
I have Azure DevOps 2019 Services project BB pointing to the same GitHub repository XX for an Azure DevOps 2019 Services BUILD pipeline. CI integration is enabled via the GitHub Azure Pipelines App. The BUILD pipeline builds automatically for commits to GitHub master and its associated PRs. It works as it should.
The association (Azure DevOps BUILD pipeline -> GitHub repository) is created when the Build pipeline is created.
Both Azure DevOps 2019 Services projects AA & BB are currently associated with the same GitHub repository XX via GitHub Azure Pipelines App.
How do I un-associate project AA with GitHub repository XX for the GitHub Azure Pipelines App? Should I simply delete the BUILD pipeline in project AA to remove the association?