Hello, I am using Azure DevOps to deploy pulumi an...
# azure
m
Hello, I am using Azure DevOps to deploy pulumi and having trouble with the GUI and passing variables. When I use Pipelines it works as you can add it in the yaml (image below). But when using Releases (and therefore the gui instead of YAML) there doesn't seem to be an env field to pass the env variables in (see image 2)......what simple trick am I missing??
c
You are right. It seems the task needs to be updated to allow configuring env vars when using the UI. I'll open a PR for it in the morning (PST hours.)
m
Thank you!
How long does it generally take to have the pull request reviewed and merged?
c
Considering it was the Thanksgiving week last week here in the US, it was unlikely that anyone would be available to review so it is taking longer than it normally does for that repo . But I'll ping people next week to get it merged and cut a patch release of the extension.
m
Great, thanks
Morning, can you ping them again re the PAT? It's not showing on the UI
c
@millions-book-36220 this should be available with
1.1.3
now. If you are using Microsoft-hosted build agents, then the Pulumi extension will auto-update itself. It might take a build or two for the update to occur. If you are using a self-hosted agent, then you might need to manually update the extension. I am not too familiar with that process. Also thanks to @microscopic-pilot-97530 for helping push this through!