microsoft / azure-pipelines-tasks

Tasks for Azure Pipelines
https://aka.ms/tfbuild
MIT License
3.49k stars 2.61k forks source link

AzureCLIV1 -- show environment variable section in visual designer #9570

Closed midgleyc closed 5 years ago

midgleyc commented 5 years ago

When I'm using YAML, I can provide an env: section for environment variables I'd like to have access to in my Azure CLI task. In the visual designer, there's no section for this. The Bash task has a section, and I'd like that in the Azure CLI task as well.

bryanmacfarlane commented 5 years ago

What's nice about this request is it's a great way to pass in secrets (rather than cli args which can get logged in some scenarios).

bishal-pdMSFT commented 5 years ago

Thanks to @midgleyc this is done.