Sorry to ask this question but I'm for several days now working on this XML transformation system. You can check here: Azure Pipeline File Transformation is not working. Why?
In IIS Web App Deploy task there is an option called XML Transformation with message:
The config transforms will be run for *.Release.config and *.<EnvironmentName>.config on the *.config file. Config transforms will be run prior to the Variable Substitution. XML transformations are supported only for Windows platform.
What is and how can I set this <EnvironmentName>
? Is it the name of my phase? Is it a name I can set in variables? Is it a name I can set to my phase 1 than change to my phase 2?