VSTS: Pass build/release variables into Powershell script task

前端 未结 4 1847
忘掉有多难
忘掉有多难 2020-12-04 16:32

Ideally, I would want to configure our Azure Web App application settings using build variables (on VSTS), for example:

We perform our publish tasks using P

4条回答
  •  甜味超标
    2020-12-04 17:14

    You could have also used variable groups to achieve this, thus maintaining variables that are closely related, isolated from the build variables and from other groups of related variables. I have shown how to easily set this up in this answer.

提交回复
热议问题