This message was deleted.
s
This message was deleted.
l
b
I can make that work if I put it into the Pulumi.yaml file, but I want to override it in a stack and I can't seem to make it work I'd like to be able to do something like this: Pulumi.yaml
Copy code
name: eg1
runtime:
  name: dotnet
description: A minimal Azure C# Pulumi program
Pulumi.uat.yaml
Copy code
name: eg1
runtime:
  name: dotnet
  options:
    binary: eg1.dll
l
You could have another pulumi.yaml in a different directory for CI.
👍 1
But yes, this option is not supported in pulumi.stack.yaml. Can you open an issue to add this feature to the stack.yaml if creating a second pulumi.yaml doesn't work for you?
b
running it from a separate folder seems to work - thanks