How can I pass the passphrase in an Azure DevOps' ...
# dotnet
b
How can I pass the passphrase in an Azure DevOps' Release pipeline? Is there some way to pass it as an argument of the task? I'm using this one right now: https://marketplace.visualstudio.com/items?itemName=pulumi.build-and-release-task
c
The Pulumi task shows an env vars panel in the release pipelines view. You should be able to pass it from there.
...as the env var
PULUMI_CONFIG_PASSPHRASE
.
b
I've just noticed, yeah, thanks!! 😉