mirror of
https://github.com/actions/versions-package-tools.git
synced 2025-12-14 05:44:03 +00:00
Update get-tool-versions.yml
This commit is contained in:
@@ -34,6 +34,9 @@ stages:
|
|||||||
dependsOn: Find_New_Versions
|
dependsOn: Find_New_Versions
|
||||||
jobs:
|
jobs:
|
||||||
- job: Check_New_Versions
|
- job: Check_New_Versions
|
||||||
|
pool:
|
||||||
|
name: $(PoolName)
|
||||||
|
vmImage: $(VmImage)
|
||||||
steps:
|
steps:
|
||||||
- pwsh: |
|
- pwsh: |
|
||||||
$NewVersions = "$[ stageDependencies.Find_New_Versions.Find_New_Versions.outputs['Get_versions.TOOL_VERSIONS'] ]".Trim()
|
$NewVersions = "$[ stageDependencies.Find_New_Versions.Find_New_Versions.outputs['Get_versions.TOOL_VERSIONS'] ]".Trim()
|
||||||
|
|||||||
Reference in New Issue
Block a user