pulumi/tests/integration/construct_component/dotnet/Program.cs
2020-10-06 10:19:22 -07:00

8 lines
126 B
C#

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