This commit is contained in:
Maxim Lobanov
2020-12-16 10:40:09 +03:00
parent d61f870ac7
commit e1cbdde483
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,6 @@ 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:
- deployment: Run_Builds
pool:
@@ -40,6 +39,7 @@ stages:
vmImage: $(VmImage)
variables:
ToolVersions: $[ stageDependencies.Get_New_Versions.Get_Tool_Versions.outputs['Get_versions.TOOL_VERSIONS'] ]
condition: and(succeeded(), ne(stageDependencies.Get_New_Versions.Get_Tool_Versions.outputs['Get_versions.TOOL_VERSIONS'], ''))
timeoutInMinutes: 180
environment: 'Get Available Tools Versions - Publishing Approval'
strategy: