-
Notifications
You must be signed in to change notification settings - Fork 364
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Azure Artifacts Credential Provider Integration #1070
Comments
This feature should be very easy to implement. I've done it before. References: |
I am surprised it is not part of the default attribute yet. Not very elegant to force everyone write their custom attributes to perform something as common as this |
@Basyras I suggest you get familiar with the contribution guidelines |
@matkoch looking back on what I just wrote i would express that in different way. Sorry. I didn't tried to be mean just tried to give feedback/ show support/upvote for this issues. The comment is not driven by my personal interest I genuinely think it should be part of the nuke since I find it very common. Something I assume majority of developers using azure pipelines must have issue with. I don't want just complain I am willing to contribute if you agree the issue should be addressed by nuke. PS: Sorry for spamming the thread |
I think, I've implemented what you're looking for in this PR #1397 From my point of view this is really helpful as it simplifies to work with private feeds in Azure DevOps |
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:
NugetAuthenticate@1
task to the generatedazure-pipelines.yml
fileThe text was updated successfully, but these errors were encountered: