https://pulumi.com logo
Title
r

refined-guitar-81055

11/25/2022, 8:29 PM
The error is as follows: ##[error]Error: There was an error when attempting to execute the process 'D:\a\_temp\aad4de70-6d76-49e4-9144-ad6e298b94f7\pulumi\bin\pulumi.exe'. This may indicate the process failed to start. Error: spawn D:\a\_temp\aad4de70-6d76-49e4-9144-ad6e298b94f7\pulumi\bin\pulumi.exe ENOENT
i

icy-doctor-13719

11/26/2022, 12:29 AM
I think
ENOENT
means it can’t find your pulumi files / directory …
probably need to add a
workingDirectory
somewhere in there
r

refined-guitar-81055

11/26/2022, 8:37 AM
Thanks Patrick
c

clever-sunset-76585

11/28/2022, 3:22 AM
@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

refined-guitar-81055

12/02/2022, 10:25 AM
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!)