Hi @VR ,
Thank you for your question!
It's a good case to use our ready-to-go template.
And don't forget setup your nuget source before according to the dotnet nuget add source guide.
dotnet nuget add source https://azureartifacts.microsoft.com/myTeam -n myTeam
How does the authorization work? Where can we store the authorization credentials?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@VR did you get this working? Interested in the same answer as @Uwe Eichkorn above, none of the links provided document how authorization should be handled.
I'm in the process of setting it up, but so far looks like I may need to install the Azure Artifacts Credential Provider and insert an environment variable containing the PAT during each build. Would be great if I could find a quicker way of doing it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
For the benefit of anyone having trouble with authentication I followed these steps;
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @VR ,
You can check out these resources
https://docs.microsoft.com/en-us/azure/devops/pipelines/repos/bitbucket?view=azure-devops&tabs=yaml
https://support.atlassian.com/bitbucket-cloud/docs/deploy-to-microsoft-azure/
https://marketplace.visualstudio.com/items?itemName=ms-vscs-rm.vss-services-bitbucket
Regards,
Soumyadeep
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Soumyadeep Mandal - SaM These do provide several articles but unfortunately these do not provide any information on using external nuget feeds such as azure artifacts repos with bitbucket pipelines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @VR ,
You can have a look at this link https://community.atlassian.com/t5/Bitbucket-questions/Does-artifacts-in-Bitbucket-pipelines-get-replaced/qaq-p/1567592
You can also contact Atlassian Team HERE
Regards,
Soumyadeep
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.