microsoft / VSTSAgent.PowerShell

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

Add support for installing pipelines-agent binaries, but default to installing vsts-agent binaries #43

Closed tristanbarcelon closed 10 months ago

tristanbarcelon commented 11 months ago

binaries come in vsts-agent and pipelines-agent flavors. Former has a dependency on Node6 while latter supports Node10 or later. For users of this module who want to switch to modern tasks that can run on Node10 or newer, they can set AgentType parameter to pipelines-agent and it will pick the matching resource in Find-VstsAgent.

Resolves #42

jwittner commented 10 months ago

@tristanbarcelon - available on the PSGallery as 2.0.20-develop. Thanks a ton for the great contribution!