microsoft / artifacts-credprovider

The Azure Artifacts Credential Provider enables dotnet, NuGet.exe, and MSBuild to interactively acquire credentials for Azure Artifacts feeds.
MIT License
759 stars 707 forks source link

Use Microsoft.Artifacts.Authentication in credential provider #410

Closed JohnSchmeichel closed 1 year ago

JohnSchmeichel commented 1 year ago

Adding a reference to the Microsoft.Artifacts.Authentication project and removing all associated code from the credential provider that it replaces. Also includes a few bug fixes present in the credential provider that were not yet ported to the library.

JohnSchmeichel commented 1 year ago

🕐

Addressed all comments


In reply to: 1538846608