Skip to content
Discussion options

You must be logged in to vote

Why does dotnet publish need nuget.org? Shouldn't the package Microsoft.NETCore.App.Runtime.win-x64 be part of the .NET SDK itself?

I can't really answer the general question of why it's set up the way it is, but this behavior is expected AFAIK.

What can we do make dotnet publish succeed without ever giving the target build machine access to the nuget.org or the internet altogether? Is the only solution to manually download the missing packages and put the into a local feed?

I suppose; Microsoft.NETCore.App.Runtime.win-x64 is no different from any other NuGet package in this regard.

How can we tell, what additional dependencies dotnet publish might needs to pull from nuget.org that a…

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
3 replies
@bitbonk
Comment options

@alexrp
Comment options

Answer selected by bitbonk
@teo-tsirpanis
Comment options

Comment options

You must be logged in to vote
1 reply
@lg2de
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants