问题
How to set the release variables scope per deployment agent? for example, while setting up IIS Bindings, i need to use different IP on each deployment agent.
we can set Release variable scope per deployment group, but not able to find a way to set at the agent level.
回答1:
One possible solution might be to set the IP on the agent as an environment variable and then pass the environment variable to the task.
来源:https://stackoverflow.com/questions/53887231/how-to-set-release-variables-scope-per-deployment-agent