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
assuming you meant NU1301. is there a nuget.config file included in the build?
nope
the build doesnt have a nuget.config file
im passing my github PAT along the docker build command
If you are building INSIDE OF DOCKER, then chances are that docker does not have external internet access to nuget.org.