mirror of
https://github.com/actions/versions-package-tools.git
synced 2026-01-18 20:20:47 +08:00
test
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user