This repository was archived by the owner on May 15, 2025. It is now read-only.
This repository was archived by the owner on May 15, 2025. It is now read-only.
Azure Artifacts Credential Provider Integration #1070
Open
Description
Description
Essentially complete the same functions that using the NugetAuthenticate@1 does in a pipeline. Or even simply allowing for an additional step in the [AzurePipelines]
that inserts the NugetAuthenticateTask before other tasks.
Usage Example
The proposed feature could be used as a part of the [AzurePipelines]
auto-generation feature.
Alternative
There is no real good alternative that I have found. Right now you can do either of the following:
- Manually add the
NugetAuthenticate@1
task to the generatedazure-pipelines.yml
file - Manually implement the functionality of the Credential provider