C
C#2mo ago
Dtxew

N1301 error : unable to find source nuget.org/index.html

I need help regarding this im using clean architecutre and it has a "workers" folder and it has its own dockerfile and projects and im trying to build that dockerfile but it stops in the middle when trying to restore and throws error N1301
3 Replies
Sehra
Sehra2mo ago
assuming you meant NU1301. is there a nuget.config file included in the build?
Dtxew
DtxewOP2mo ago
nope the build doesnt have a nuget.config file im passing my github PAT along the docker build command
wasabi
wasabi2mo ago
If you are building INSIDE OF DOCKER, then chances are that docker does not have external internet access to nuget.org.

Did you find this page helpful?