microsoft / WindowsAppSDK

The Windows App SDK empowers all Windows desktop apps with modern Windows UI, APIs, and platform features, including back-compat support, shipped via NuGet.
https://docs.microsoft.com/windows/apps/windows-app-sdk/
MIT License
3.8k stars 320 forks source link

Refactor Repo Mirroring from Two Pipelines to One Pipeline #4747

Closed kythant closed 6 days ago

kythant commented 6 days ago

Before, we needed two pipelines to mirror our repos. One pipeline that is set on a CI trigger to trigger another internal pipeline that does the git actions.

This changes makes it so we only need one pipeline on the github side.