Is there a way to pass dotnet build flags to the p...
# dotnet
l
Is there a way to pass dotnet build flags to the pulumi up command? It would be nice to pass a configuration (Instead of using Debug as default)
t
You would need to build a binary separately and then point to it in the yaml file as described in https://www.pulumi.com/docs/intro/concepts/project/#pulumi-yaml
l
Thanks, just checked the documentation and it explains it nicely - I can work with that approach 🙂