dotnet restore doesn't work anymore with NuGet feed credentials after 2019.2.3 (build 72031) update
Completed
dotnet restore command doesn't take any credentials stored on build feature: NuGet feed credentials.
It is something related to latest update: 2019.2.3 (build 72031).
Actually build step with Nuget Installer works great so there is something related to configuration created for dotnet restore build step.
Please sign in to leave a comment.
Hello Diego,
I have just made a quick test with GitHub Packages hosting a simple NuGet feed and NuGet Feed Credentials feature specifying the credentials for mentioned feed. NuGet Installer step was able to reach the remote and download the packages just fine for me.
Could you please confirm the setup you are using? Is the feed in question a TeamCity-hosted (https://www.jetbrains.com/help/teamcity/2019.2/using-teamcity-as-nuget-feed.html), or a separate private feed? Please provide the build log specifying the connection issue too; should you choose to do so in a private fashion, please feel free to use "Submit a request" form.
Thanks Fedor,
issue is related to "dotnet restore" command (Nuget installer works correctly and we are using it as a workaround).
We use private feeds.
Thank you for the clarification! I`m trying to reproduce this case too; in the meantime, may I ask you to provide these hidden artifacts from a build which uses dotnet restore so that I can have development team look into them:


Unfortunately, non-image attachments are not allowed on forums; may I ask you to use Submit a request form to attach those in a private fashion?
Uploaded right now on request: 2620429
Diego,
Thank you very much for your assistance!
For the community to be aware, this issue has been acknowledged as https://youtrack.jetbrains.com/issue/TW-65581; the fixed plugin could be found attached to the issue.