hi guys, i'm creating a pulumi pipeline in Azure D...
# dotnet
a
hi guys, i'm creating a pulumi pipeline in Azure DevOps. For a dotnet application, i would normally build the code, and ship the artifacts to a stage where i would deploy them. It looks like the Pulumi Up command does build the code before running the deployment. Is there a way for me prebuild the code before running Pulumi Up? I.e. to either run dotnet build, or "pulumi build" to compile the code and emit assemblies. I would then ship those assemblies and then Pulumi Up on those assemblies, not on the C# code?
t
a
thx Mikhail