dotnet / sign

Code Signing CLI tool supporting Authenticode, NuGet, VSIX, and ClickOnce
MIT License
439 stars 84 forks source link

Added azure-cli credential type. #728

Closed dlemstra closed 5 days ago

dlemstra commented 5 days ago

This PR adds azure-cli as a credential type. Having this options results in small speedup improvement because only the AzureCliCredential type will be used by DefaultAzureCredential. Being able to specify this credential type will be useful when az login is used in a pipeline.