Update get-tool-versions.yml

pull/18/head
Maxim Lobanov 4 years ago
parent ea9029b06d
commit fb5b7794f0

@ -32,8 +32,12 @@ stages:
- stage: Trigger_Builds
dependsOn: Get_New_Versions
condition: and(succeeded(), ne($[ stageDependencies.Get_New_Versions.Get_Tool_Versions.outputs['Get_versions.TOOL_VERSIONS'] ], ''))
jobs:
- job: Check_Versions
condition: and(succeeded(), ne(stageDependencies.Get_New_Versions.Get_Tool_Versions.outputs['Get_versions.TOOL_VERSIONS'], ''))
steps:
- pwsh: echo "hello"
- deployment: Run_Builds
pool:
name: $(PoolName)

Loading…
Cancel
Save