Updating pipeline: pipeline1
This commit is contained in:
parent
96a37399d0
commit
37945fadde
@ -3,10 +3,16 @@
|
||||
"properties": {
|
||||
"activities": [
|
||||
{
|
||||
"name": "Set variable1",
|
||||
"type": "SetVariable",
|
||||
"name": "Wait1",
|
||||
"type": "Wait",
|
||||
"dependsOn": [],
|
||||
"userProperties": []
|
||||
"userProperties": [],
|
||||
"typeProperties": {
|
||||
"waitTimeInSeconds": {
|
||||
"value": "@variables('Demo')",
|
||||
"type": "Expression"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"variables": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user