dotnet / arcade-services

Arcade Engineering Services
MIT License
54 stars 72 forks source link

Make local darc settings available in DI #3658

Closed premun closed 2 weeks ago

premun commented 2 weeks ago

Fixes a bug when an AzDO PAT was not used from local settings.

The problem were commands that were more DI-based (we still have half and half unfortunately) and the DI didn't know about the local settings, only the PATs from the options directly. We now stop reading the local settings in many places and let the options object initialize from there.