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

Check if loginArgs are passed before failing the task #32

Closed praneetloke closed 4 years ago

praneetloke commented 4 years ago

We check if the user has supplied at least one form of logging in to the Pulumi CLI, and that check wasn't accounting for the newly-added loginArgs task input variable. This PR fixes that.