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:
@@ -38,7 +38,6 @@ stages:
|
|||||||
name: $(PoolName)
|
name: $(PoolName)
|
||||||
vmImage: $(VmImage)
|
vmImage: $(VmImage)
|
||||||
variables:
|
variables:
|
||||||
# map the output variable from A into this job
|
|
||||||
ToolVersions: $[ stageDependencies.Find_New_Versions.Find_New_Versions.outputs['Get_versions.TOOL_VERSIONS'] ]
|
ToolVersions: $[ stageDependencies.Find_New_Versions.Find_New_Versions.outputs['Get_versions.TOOL_VERSIONS'] ]
|
||||||
steps:
|
steps:
|
||||||
- pwsh: |
|
- pwsh: |
|
||||||
@@ -48,9 +47,11 @@ stages:
|
|||||||
} else {
|
} else {
|
||||||
throw "No new versions were found"
|
throw "No new versions were found"
|
||||||
}
|
}
|
||||||
|
displayName: Check versions
|
||||||
|
|
||||||
- stage: Trigger_Builds
|
- stage: Trigger_Builds
|
||||||
dependsOn: Check_New_Versions
|
dependsOn: Check_New_Versions
|
||||||
|
condition: and(succeeded(), eq(variables['WORKFLOW_FILE_NAME'], ''))
|
||||||
jobs:
|
jobs:
|
||||||
- deployment: Run_Builds
|
- deployment: Run_Builds
|
||||||
pool:
|
pool:
|
||||||
|
|||||||
Reference in New Issue
Block a user