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