pulumi / pulumi-az-pipelines-task

Azure Pipelines task extension for running Pulumi apps.
https://marketplace.visualstudio.com/publishers/pulumi
Apache License 2.0
27 stars 19 forks source link

Add an example for Azure Native and add it to the integration test pipeline config #68

Closed praneetloke closed 3 years ago

praneetloke commented 3 years ago

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 the azure-csharp template.