Update get-tool-versions-steps.yml

This commit is contained in:
Maxim Lobanov
2020-12-09 11:50:51 +03:00
parent f4ff9fb93d
commit 02afcca5c6

View File

@@ -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: |