Forcing nuget.org in nuget provider #3726
-
The documentation for the Nuget Provider at https://cakebuild.net/docs/writing-builds/preprocessor-directives/tool/nuget-provider says
But it apparently actually uses the providers that are specified in the local nuget config, because it keeps giving me errors about
I tried
But got
So I'm wondering how I can force the nuget provider to use nuget.org. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Besides any support in Cake itself, would the source mapping feature of NuGet 6.0 be a better way to enforce such desired behavior? |
Beta Was this translation helpful? Give feedback.
-
Replace
With
|
Beta Was this translation helpful? Give feedback.
https://www.nuget.org
is the URL of the website, the feed URL for nuget.org ishttps://api.nuget.org/v3/index.json
.Replace
With