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

10 lines
193 B
C#
Raw Normal View History

// Copyright 2016-2021, Pulumi Corporation. All rights reserved.
using System.Threading.Tasks;
using Pulumi;
class Program
{
static Task<int> Main() => Deployment.RunAsync<MyStack>();
}