C#
From this article you can learn how to setup a Pulumi C# Stack in Spacelift
In order to follow along with this article, you'll need an AWS account.
Start with forking the Pulumi examples repo, we'll be setting up an example directory from there, namely aws-cs-webserver.
In the root of the repository (not the aws-cs-webserver directory), add a new file:
version: "1"
stack_defaults:
before_apply:
- dotnet clean
- rm -rf bin
- rm -rf obj