enough-butcher-66045
12/31/2020, 12:30 AM- task: Pulumi@1
inputs:
azureSubscription: 'Test (bla-bla)'
command: "up"
cwd: "MyProject.Infrastructure/"
stack: 'dev'
args: '--yes'
- script:
echo "##vso[task.setvariable variable=test;isOutput=true]$(pulumi stack output test)"
displayName: 'Set stack outputs as variables'
name: 'pulumi'
- bash: |
echo "Using an input-macro works: $(test)"
Hi peeps, a question. If I run pulumi stack output test
it gives me the output I'm expecting, and I can see in the logs that the pulumi outputs are correctly being registered