This message was deleted.
# azure
s
This message was deleted.
i
I think
ENOENT
means it can’t find your pulumi files / directory …
probably need to add a
workingDirectory
somewhere in there
r
Thanks Patrick
💪 1
c
@icy-doctor-13719 is right in that your Pulumi project files are not there for the CLI to execute. I think it's because for
deployment
jobs you have to checkout the code manually. See https://github.com/pulumi/pulumi-az-pipelines-task/issues/91#issuecomment-1013262864.
r
Thanks for the comments. Hopefully will check tomorrow (use Terraform at work and Pulumi at home so takes me a while to get back to it!)