Using container builds with private feeds #300
Unanswered
jamiewinder
asked this question in
Q&A
Replies: 1 comment 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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