https://pulumi.com logo
Title
a

adamant-bird-10534

02/14/2021, 8:31 AM
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

tall-librarian-49374

02/14/2021, 8:43 AM
a

adamant-bird-10534

02/14/2021, 5:57 PM
thx Mikhail