Updating pipeline: 06 - Example Global Param
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
"typeProperties": {
|
||||
"variableName": "GlobalParam",
|
||||
"value": {
|
||||
"value": "@pipeline().globalParameters.Environment",
|
||||
"value": "@concat(pipeline().globalParameters.Environment,'Test')",
|
||||
"type": "Expression"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user