NuGet / NuGetGallery

NuGet Gallery is a package repository that powers https://www.nuget.org. Use this repo for reporting NuGet.org issues.
https://www.nuget.org/
Apache License 2.0
1.54k stars 643 forks source link

Dummy pipeline to have actual release pipeline trigger source in AzDO #9885

Closed agr closed 6 months ago

agr commented 6 months ago

Progress on https://github.com/NuGet/Engineering/issues/5226

With migration to YAML pipelines we're having issues with triggering build pipelines that are not stored in GitHub based on changes happening in GitHub. This pipeline is created to work around that. Since it is stored in GH, it will get properly triggered when changes are made to main/dev branches and other pipelines can then reference this pipeline to get triggered on its success.