Zarickan
❔ How to pull nuget packages from private Github registry when doing dotnet restore in Github action
Does anyone know how to run
dotnet restore
from a Github action on a project that uses nuget packages from a private Github repository? I am currently adding the appropriate package source to nuget.config using
However dotnet restore
fails with the error:
4 replies