Azure / azure-sdk-tools

Tools repository leveraged by the Azure SDK team.
MIT License
110 stars 172 forks source link

Enable '/azp run prepare-pipelines' on .net private repo #2988

Open ArthurMa1978 opened 2 years ago

ArthurMa1978 commented 2 years ago

As we're going to GA .net track 2 SDK, more an more new service team will prepare their track 2 SDK on private repo before their service go public. So would love to enable '/azp run prepare-pipelines' capability for private branch on the private repo azure/azure-sdk-for-net-pr.

kurtzeborn commented 2 years ago

We need to be careful with this one and not enable prepare-pipelines for the whole private repo (as would be the default if we just enable it). It needs to be more targeted to just the pipeline/folder the caller is wanting to enable a pipeline for, not all pipelines in the repo. Please check with @weshaggard before making changes here.