-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't compile due to private NuGet feed #45
Comments
We don't have any private nuget feed in our code, at the end of the logs, it might show what feeds were used for resolution, can you paste that log please? |
Isn't the |
@HowardvanRooijen Yes! Removing the nuget.config makes it compile. |
The feed mentioned in the nuget.config is a public feed, and it doesn't need authentication, but it might be missing some packages that your specific build environment requires. We are in the process of moving all our required packages to nuget.org after which this public feed won't be required. Can you please send me your build environment and .net sdk versions and I will make sure that all those packages are there in the public feed to unblock you all. |
Not sure why you closed this, to be honest. The problem is the Nuget.config in the root (which you should remove). I have all the required SDK:s to build this. |
When doing a package restore, I see a lot of 401 responses from some package source that's in use.
Any idea what I should do to be able to compile this?
The text was updated successfully, but these errors were encountered: