Open StevenTCramer opened 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:
If I go to the agents working directory and run the pulumi preview it works fine.
pulumi preview
>pulmui version v3.24.1
I have the following task in azure dev-ops and it runs fine on a Linux agent but it hangs on Windows agent:
Windows Agent output stops there:
If I go to the agents working directory and run the
pulumi preview
it works fine.