dotnet restore from private nuget #4038
Unanswered
nickkotchauri
asked this question in
Q&A
Replies: 1 comment
-
This repo is specifically for the official .NET container images. Your question seems to be about the generation of Dockerfiles within Visaul Studio. This is a question better suited for the microsoft/dockertools repo. Note that nothing prevents you from modifying the generated Dockerfile to suit your needs. Be aware that the Dockerfile you're using, and presumably the associated project, is using .NET 5. That version of .NET has been out of support since May of this year. It's recommended to upgrade to .NET 6. |
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
-
Hello, Can i generate dockerfile from visual studio with restore argument --configfile "./nuget.config".
my .csproj file:
Generated Dockerfile:
Beta Was this translation helpful? Give feedback.
All reactions