pulumi/tests/integration/gather_plugin/dotnet/Program.cs

8 lines
129 B
C#

using System.Threading.Tasks;
using Pulumi;
class Program
{
static Task<int> Main() => Deployment.RunAsync<MyStack>();
}