Looks like a recent Pulumi update to version 3.37....
# general
a
Looks like a recent Pulumi update to version 3.37.0 broke functionality when using the CLI in Azure pipelines. Reverting to the previous version 3.36.0 worked error: Pulumi installation failed with error 'Directory does not exist: D:\a\_temp\2ee57406-8f66-477a-9f08-ca79696bd086\pulumi\bin
f
it seems the fix is already there https://github.com/pulumi/pulumi/pull/10264 and will be released in 3.37.1
👍 1
e
Currently having this issue
How can i bypass the latest release
How can I bypass the latest release with AzureDevOps task
a
you can install the previous release
e
Am using the Azure Pipeline task pulumi@1
Checking
a
you want version 3.36.0
e
Yeah
a
did it work for you?
e
Trying it out
Thanks got it to work
It's a caching tool as described in the docs and shd be used before the Pulumi Azure pipeline task