How to give copilot agent access to private Azure DevOps artifact nuget feed #177059
-
Select Topic AreaQuestion Copilot Feature AreaCopilot Coding Agent BodyWhen assigning an issue to copilot for agent mode work, it constantly fails to pull packages from our private feed in DevOps. How do we give access to copilot to pull those packages from our private feed? |
Beta Was this translation helpful? Give feedback.
Answered by
johnwc
Oct 17, 2025
Replies: 2 comments 3 replies
This comment was marked as off-topic.
This comment was marked as off-topic.
-
|
After more days of looking, it turns out that you can prepare the copilot environment for accessing private remote repos/endpoints utilizing the environment variables/secrets and using the custom actions workflow Customizing the development environment for GitHub Copilot coding agent |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
johnwc
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After more days of looking, it turns out that you can prepare the copilot environment for accessing private remote repos/endpoints utilizing the environment variables/secrets and using the custom actions workflow Customizing the development environment for GitHub Copilot coding agent