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

Azure Dev-Ops Pulumi@1 action hangs when running on Windows agent #96

Open StevenTCramer opened 2 years ago

StevenTCramer commented 2 years ago

I have the following task in azure dev-ops and it runs fine on a Linux agent but it hangs on Windows agent:

        - task: Pulumi@1
          condition: or(eq(variables['Build.Reason'], 'PullRequest'), eq(variables['Build.Reason'], 'Manual'))
          inputs:
            azureSubscription: "XYZ"
            command: "preview"
            cwd: "dev-ops/pulumi/XYZ"
            stack: "XYZ/Development"

Windows Agent output stops there: image

If I go to the agents working directory and run the pulumi preview it works fine.

>pulmui version
v3.24.1