Update get-tool-versions-steps.yml

pull/17/head
Maxim Lobanov 4 years ago
parent f4ff9fb93d
commit 02afcca5c6

@ -10,7 +10,7 @@ steps:
- task: PowerShell@2
displayName: 'Set env variable'
condition: and(succeeded(), ne(variables['TOOL_NAME'], "Python"))
condition: and(succeeded(), ne(variables['TOOL_NAME'], 'Python'))
inputs:
TargetType: inline
script: |

Loading…
Cancel
Save