https://pulumi.com logo
#dotnet
Title
d

delightful-dawn-43855

12/19/2019, 10:57 AM
Hi, is there a specific reason that dotnet compiles before "pulumi up"? When using pulumi in Azure Devops or similar I would like it to compile during build-step, and then I run "pulumi up" during release-step and I expect it to use the already compiles dll:s then... but that is not possible right now? Or am i missing something? Seems odd to package source-code from the build-step as an artifact...
👍 1
t

tall-librarian-49374

12/19/2019, 2:52 PM
Hi Per, thanks for the great question. We track this in https://github.com/pulumi/pulumi/issues/3509 would you please upvote/comment with your use case? Thanks!
As to why - we were mainly driven with the getting started experience, your ask definitely makes sense for CI integrations.