diff --git a/azure-pipelines/templates/get-tool-versions-steps.yml b/azure-pipelines/templates/get-tool-versions-steps.yml index 6a9fdf6..8e436fe 100644 --- a/azure-pipelines/templates/get-tool-versions-steps.yml +++ b/azure-pipelines/templates/get-tool-versions-steps.yml @@ -19,7 +19,7 @@ steps: - task: PowerShell@2 displayName: 'Change build name' - condition: and(succeeded(), ne(variables['Get_versions.TOOL_VERSIONS'], '')) + #condition: and(succeeded(), ne(variables['Get_versions.TOOL_VERSIONS'], '')) inputs: TargetType: inline script: |