dotnet / arcade

Tools that provide common build infrastructure for multiple .NET Foundation projects.
MIT License
670 stars 347 forks source link

[BYOC] Move BYOC into Arcade #1203

Closed mmitche closed 5 years ago

mmitche commented 5 years ago

Move the BYOC pool provider into Arcade.

mmitche commented 5 years ago

I'll probably not PR and merge this until I have a working pool provider in production. Currently blocked on getting that to work. Code has been moved into the arcade repository though.

mmitche commented 5 years ago

Still working on this. The last attempt to use BYOC in prod didn't work in the AzDO side, so I want to verify that everything is okay.

I also want to ensure that the HMAC token validation is in an implemented the right way.