SkillsFundingAgency / das-azure-pipelines-agents

MIT License
0 stars 2 forks source link

Revert "Install Pulumi CLI on Linux Build (#125)" #127

Closed nbowes24 closed 2 years ago

nbowes24 commented 2 years ago

This reverts commit ace48c19f4191144b408602282084a312d918dfc.

When using the Pulumi Task it uses the azure-pipelines-tool-lib/tool findLocalTool function which only check the agents tool cache. It will not detect the pre-installed pulumi CLI.

https://github.com/pulumi/pulumi-az-pipelines-task/blob/master/buildAndReleaseTask/index.ts#L46