From 840e3a64d3f7ad624b2e0879205250f4059eb0dd Mon Sep 17 00:00:00 2001 From: Maxim Lobanov Date: Wed, 16 Dec 2020 10:26:58 +0300 Subject: [PATCH] Update get-tool-versions-steps.yml --- .../templates/get-tool-versions-steps.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/azure-pipelines/templates/get-tool-versions-steps.yml b/azure-pipelines/templates/get-tool-versions-steps.yml index e6b160e..6a9fdf6 100644 --- a/azure-pipelines/templates/get-tool-versions-steps.yml +++ b/azure-pipelines/templates/get-tool-versions-steps.yml @@ -25,16 +25,3 @@ steps: script: | $newBuildName = "[FOUND] $(Build.BuildNumber)" Write-Host "##vso[build.updatebuildnumber]$newBuildName" - -- task: PowerShell@2 - displayName: 'Send Slack notification' - condition: and(succeeded(), ne(variables['Get_versions.TOOL_VERSIONS'], '')) - inputs: - targetType: filePath - filePath: './get-new-tool-versions/send-slack-notification.ps1' - arguments: | - -Url "$(SLACK_CHANNEL_URL)" ` - -ToolName "$(TOOL_NAME)" ` - -ToolVersion "$(Get_versions.TOOL_VERSIONS)" ` - -PipelineUrl "${{ variables.PIPELINE_URL }}" ` - -ImageUrl "$(IMAGE_URL)"