Building the code locally does not work due to authenticated NuGet feed #1499
-
Hi, Today I tried to run the code locally to start working on #692 but while following the Contributing docs I get a list of NuGet errors which are failed to download the packages: C:\Program Files\dotnet\sdk\6.0.100\NuGet.targets(130,5): error : Failed to download package
'Microsoft.NETCore.App.Runtime.osx-x64.6.0.0' from
'https://pkgs.dev.azure.com/sqldab/fcb212b3-b288-4c9e-b55a-5842a268b16d/_packaging/3d591251-bc27-4113-859d-0a355c21e037/nuget/v3/flat2/microsoft.netcore.app.runtime.osx-x64/6.0.0/microsoft.netcore.app.runtime.osx-x64.6.0.0.nupkg'.
[C:\Git\data-api-builder\src\Azure.DataApiBuilder.sln]
... (much more) Looking at the Nuget feed in the Nuget.config file, I can see that this feeds needs an authenticated user to be able to download the packages. The authenticated user should be a member of the Microsoft tenant, which I am not. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
We are sorry, we will investigate, in the meantime as a workaround could you please try using nuget.org as the only package source: |
Beta Was this translation helpful? Give feedback.
We are sorry, we will investigate, in the meantime as a workaround could you please try using nuget.org as the only package source:
https://api.nuget.org/v3/index.json