Is it possible to build the pulumi project first a...
# dotnet
w
Is it possible to build the pulumi project first and then just run the pre-compiled version or do I have to run
pulumi up
with the raw source available?
t
Yes, you can use the
binary
option in
Pulumi.yaml
, see https://www.pulumi.com/docs/intro/concepts/project/
w
Cool. thanks.