mirror of
https://github.com/actions/versions-package-tools.git
synced 2025-12-10 03:13:23 +00:00
9 lines
235 B
YAML
9 lines
235 B
YAML
steps:
|
|
- task: PowerShell@2
|
|
displayName: 'Get new versions'
|
|
name: 'Get_versions'
|
|
inputs:
|
|
targetType: filePath
|
|
filePath: './get-new-tool-versions/get-new-tool-versions.ps1'
|
|
arguments: |
|
|
-ToolName "$(TOOL_NAME)" |