Updating pipeline: pipeline1

This commit is contained in:
Paul Andrew 2022-03-01 12:40:28 +00:00
parent 76244d015b
commit 96a37399d0

View File

@ -1,6 +1,20 @@
{ {
"name": "pipeline1", "name": "pipeline1",
"properties": { "properties": {
"activities": [
{
"name": "Set variable1",
"type": "SetVariable",
"dependsOn": [],
"userProperties": []
}
],
"variables": {
"Demo": {
"type": "String",
"defaultValue": "Test"
}
},
"annotations": [] "annotations": []
} }
} }