How to add secret variable as task environment variable in VSTS

前端 未结 3 1213
甜味超标
甜味超标 2021-01-12 00:46

This documentation states that secret variables are

Not decrypted into environment variables. So scripts and programs run by your build steps are not

3条回答
  •  感动是毒
    2021-01-12 01:12

    You can supply variables to pass to tasks in the Variables page of the build definition:

    Then they can be passed in to a task as an input like so:

提交回复
热议问题