microsoft / VSTSAgent.PowerShell

Tools for managing and automating your Azure DevOps Agents.
MIT License
29 stars 23 forks source link

Allow passing proxy settings to agent configuration in Install-VSTSAgent #8

Open japj opened 6 years ago

japj commented 6 years ago

In case you are running the agent behind a proxy server, you need to pass additional options to the agent configure script as described by https://docs.microsoft.com/en-us/vsts/build-release/actions/agents/proxy?view=vsts

From looking at the Install-VSTSAgent code this does not seem to be supported yet?

jwittner commented 6 years ago

That'd be a great and simple enhancement! Very open to contributions if you'd like to add it! =) Let me know.

temelj commented 4 years ago

Any plans to include this in the future or do we have to contribute?

(Yes: Who uses on-prem build agents, especially behind a proxy :( )

jwittner commented 4 years ago

A contribution would be most welcome!