This message was deleted.
# azure
s
This message was deleted.
c
I can't see the full log statements from your screenshot, but note that in a release pipeline, your artifacts are extracted into a folder matching the name of your artifact. So your input for the
cwd
option of the Pulumi task may not be matching the correct path. I do think that the
ENOENT
error code does not make this clear enough, but that is what it means. The
pulumi stack select ...
command needs to be able to locate your stack's config yaml file.