diff --git a/azure-pipelines/templates/get-tool-versions-steps.yml b/azure-pipelines/templates/get-tool-versions-steps.yml index 7423477..11eae4d 100644 --- a/azure-pipelines/templates/get-tool-versions-steps.yml +++ b/azure-pipelines/templates/get-tool-versions-steps.yml @@ -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: |