Has anyone else encountered this error when runnin...
# dotnet
f
Has anyone else encountered this error when running Pulumi config set on Azure DevOps?
2020-08-18T21:11:57.9524504Z ##[error]Error: There was an error when attempting to execute the process 'D:\a\_temp\1db5fca2-f664-4b02-a788-4cbea994050f\pulumi\bin\pulumi.exe'. This may indicate the process failed to start. Error: spawn D:\a\_temp\1db5fca2-f664-4b02-a788-4cbea994050f\pulumi\bin\pulumi.exe ENOENT
c
This is most likely due to running the command in a directory that doesn’t have the
Pulumi.yaml
and the stack config files. Can you please check that you have the right directory when you run that command?
f
Thank you, let me check that. Since this is running on a different stage in the pipeline.