Update get-tool-versions.yml

pull/18/head
Maxim Lobanov 4 years ago
parent 1b966031cc
commit 1575bb86d1

@ -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:

Loading…
Cancel
Save