Updating pipeline: pipeline1

This commit is contained in:
Paul Andrew 2022-02-22 09:21:14 +00:00
parent 24fc0e9d37
commit 968ae66b93

View File

@ -17,6 +17,26 @@
"GetFileQuery": "SELECT * FROM [dbo].[FilesToUpload] WHERE [Enabled] = 1;" "GetFileQuery": "SELECT * FROM [dbo].[FilesToUpload] WHERE [Enabled] = 1;"
} }
} }
},
{
"name": "Set variable1",
"type": "SetVariable",
"dependsOn": [
{
"activity": "Execute Pipeline1",
"dependencyConditions": [
"Succeeded"
]
}
],
"userProperties": [],
"typeProperties": {
"variableName": "Test",
"value": {
"value": "@activity('Execute Pipeline1').output.pipelineRunId",
"type": "Expression"
}
}
} }
], ],
"variables": { "variables": {