Updating pipeline: 06 - Example Global Param

This commit is contained in:
Paul Andrew 2022-02-22 10:13:22 +00:00
parent f9f7b08681
commit 4114355f08

View File

@ -53,7 +53,7 @@
"typeProperties": { "typeProperties": {
"variableName": "GlobalParam", "variableName": "GlobalParam",
"value": { "value": {
"value": "@pipeline().globalParameters.Environment", "value": "@concat(pipeline().globalParameters.Environment,'Test')",
"type": "Expression" "type": "Expression"
} }
} }