You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, i am trying to use a private Azure NuGet feed but i cant get it to work. All public Nuget packages work as expected but
when the updater tries to find the latest version of private packages it uses the public nuget registry for lookup. Why is it not using the private registry for lookup in that case?
Hey, i am trying to use a private Azure NuGet feed but i cant get it to work. All public Nuget packages work as expected but
when the updater tries to find the latest version of private packages it uses the public nuget registry for lookup. Why is it not using the private registry for lookup in that case?
Cmd:
docker run --rm -i -e GITHUB_ACCESS_TOKEN={Github_Access_Token} -e DEPENDABOT_OPEN_PULL_REQUESTS_LIMIT={Max_Pull_Requests} -e AZURE_ACCESS_TOKEN={Azure_Access_Token} -e AZURE_ORGANIZATION={Azure_Organization} -e AZURE_PROJECT={Azure_Project} -e AZURE_REPOSITORY={Azure_Repository} -e DEPENDABOT_DIRECTORY={update.directory} -e DEPENDABOT_EXTRA_CREDENTIALS={creds} -e DEPENDABOT_FAIL_ON_EXCEPTION=false -e DEPENDABOT_PACKAGE_MANAGER={update.packageEcosystem} ghcr.io/tinglesoftware/dependabot-updater:latest
Creds:
[{{"type":"nuget-feed","url":"<url>","token":"PAT:<pat>"}}]
The text was updated successfully, but these errors were encountered: