mirror of
https://github.com/actions/versions-package-tools.git
synced 2025-12-10 11:41:23 +00:00
Update get-tool-versions.yml
This commit is contained in:
@@ -32,8 +32,12 @@ stages:
|
|||||||
|
|
||||||
- stage: Trigger_Builds
|
- stage: Trigger_Builds
|
||||||
dependsOn: Get_New_Versions
|
dependsOn: Get_New_Versions
|
||||||
condition: and(succeeded(), ne($[ stageDependencies.Get_New_Versions.Get_Tool_Versions.outputs['Get_versions.TOOL_VERSIONS'] ], ''))
|
|
||||||
jobs:
|
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
|
- deployment: Run_Builds
|
||||||
pool:
|
pool:
|
||||||
name: $(PoolName)
|
name: $(PoolName)
|
||||||
|
|||||||
Reference in New Issue
Block a user