John Korsnes
John Korsnes
A workaround/fix from @devlead on gitter.im: Using a Ubuntu base image instead of say Debian based ( `microsoft/sdk-2.1` is Debian based when on Linux containers). Example of working Ubuntu image:...
The solution given here helped me out. https://github.com/cake-contrib/Cake_Git/issues/68#issuecomment-399462309
What warmfire said. Routing does not make sense in a Console app.
The issue is unrelated to specific sources. There is no way to pass auth without using a nuget.config.
Could you clarify what's misleading? I don't use Azure DevOps and don't really care about Azure DevOps specifics here. Credential providers is just another set of actions you have to...
Ok - I'll adapt it to clarify the missing auth pieces.
Just to pinpoint how asymmetric this currently is. A _maintainer_ can _push_ a nuget using an API-key, but a client cannot fetch a package with an API-key. ``` ✅ dotnet...