mirror of
https://github.com/actions/versions-package-tools.git
synced 2025-12-13 13:16:52 +00:00
Update get-tool-versions.yml
This commit is contained in:
@@ -32,14 +32,15 @@ stages:
|
|||||||
|
|
||||||
- stage: Trigger_Builds
|
- stage: Trigger_Builds
|
||||||
dependsOn: Get_New_Versions
|
dependsOn: Get_New_Versions
|
||||||
|
variables:
|
||||||
|
ToolVersions: $[ stageDependencies.Get_New_Versions.Get_Tool_Versions.outputs['Get_versions.TOOL_VERSIONS'] ]
|
||||||
|
condition: and(succeeded(), ne(variables.ToolVersions, ''))
|
||||||
jobs:
|
jobs:
|
||||||
- deployment: Run_Builds
|
- deployment: Run_Builds
|
||||||
pool:
|
pool:
|
||||||
name: $(PoolName)
|
name: $(PoolName)
|
||||||
vmImage: $(VmImage)
|
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'], ''), ne(variables['WORKFLOW_FILE_NAME'], ''))
|
|
||||||
timeoutInMinutes: 180
|
timeoutInMinutes: 180
|
||||||
environment: 'Get Available Tools Versions - Publishing Approval'
|
environment: 'Get Available Tools Versions - Publishing Approval'
|
||||||
strategy:
|
strategy:
|
||||||
|
|||||||
Reference in New Issue
Block a user