From 1575bb86d1ad23e7eb702c0c6bf09e8c6d42795a Mon Sep 17 00:00:00 2001 From: Maxim Lobanov Date: Wed, 16 Dec 2020 11:35:33 +0300 Subject: [PATCH] Update get-tool-versions.yml --- azure-pipelines/get-tool-versions.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/azure-pipelines/get-tool-versions.yml b/azure-pipelines/get-tool-versions.yml index 693a09a..4313758 100644 --- a/azure-pipelines/get-tool-versions.yml +++ b/azure-pipelines/get-tool-versions.yml @@ -38,7 +38,6 @@ stages: name: $(PoolName) vmImage: $(VmImage) variables: - # map the output variable from A into this job ToolVersions: $[ stageDependencies.Find_New_Versions.Find_New_Versions.outputs['Get_versions.TOOL_VERSIONS'] ] steps: - pwsh: | @@ -48,9 +47,11 @@ stages: } else { throw "No new versions were found" } + displayName: Check versions - stage: Trigger_Builds dependsOn: Check_New_Versions + condition: and(succeeded(), eq(variables['WORKFLOW_FILE_NAME'], '')) jobs: - deployment: Run_Builds pool: