mirror of
https://github.com/actions/versions-package-tools.git
synced 2025-12-11 12:06:44 +00:00
Update get-tool-versions-steps.yml
This commit is contained in:
@@ -10,7 +10,7 @@ steps:
|
|||||||
|
|
||||||
- task: PowerShell@2
|
- task: PowerShell@2
|
||||||
displayName: 'Set env variable'
|
displayName: 'Set env variable'
|
||||||
condition: and(succeeded(), ne(variables['TOOL_NAME'], "Python"))
|
condition: and(succeeded(), ne(variables['TOOL_NAME'], 'Python'))
|
||||||
inputs:
|
inputs:
|
||||||
TargetType: inline
|
TargetType: inline
|
||||||
script: |
|
script: |
|
||||||
|
|||||||
Reference in New Issue
Block a user