Using container builds with private feeds #300
Unanswered
jamiewinder
asked this question in
Q&A
Replies: 2 comments 1 reply
-
@jamiewinder I also came across Managing NuGet Credentials in Docker Scenarios, which appears to be one of the approach to follow. Below are some references on AWS side; Hope these help. Thanks, |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hi everyone. For now, I see only one way to do this: use the docker image (public.ecr.aws/sam/build-dotnet8 or lambda) without |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When using the Lambda tools such as
dotnet lambda package
which results in a container build (e.g. AOT), what is the recommended approach when your project referencing privates Nuget feeds?The [https://github.com/dotnet/dotnet-docker/blob/main/documentation/scenarios/nuget-credentials.md#using-the-azure-artifact-credential-provider](.NET docs) that relate to this lean heavily towards using a credentials provider which - since I'm using Azure DevOps for both the pipeline and the feed - makes a lot of sense. However it isn't obvious to me how / whether it's possible as all to do this with the CLI extensions.
Beta Was this translation helpful? Give feedback.
All reactions