After recently merging a fix that involved dotnet-based Pulumi apps, I realized that there was no integration test for that runtime. So this PR adds one.
The azure-native-dotnet project was created using pulumi new and then selecting the azure-csharp template.
Resolves #58
After recently merging a fix that involved dotnet-based Pulumi apps, I realized that there was no integration test for that runtime. So this PR adds one.
The azure-native-dotnet project was created using
pulumi new
and then selecting theazure-csharp
template.