microsoft / cppwinrt

C++/WinRT
MIT License
1.64k stars 238 forks source link

Move official build pipelines to OneBranch #1295

Closed DefaultRyan closed 1 year ago

DefaultRyan commented 1 year ago

This moves our official build pipelines to OneBranch.

There are actually two pipelines here: OneBranch.Official and OneBranch.PullRequest. The PullRequest pipeline is an option to run when sources are synced to a private mirror, just to validate that everything is still working, but without code signing and skipping other publishing steps for vpacks and nuget.

There are still some bizarre test failures when running the tests within the OneBranch containerized environment. I'll keep an action item on myself to run down the investigation on that (or mitigate it some other way), but we'll have lots of testing in our CI pipelines, so it's not an emergency right now.