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