From 490d0841cbcf23853343bb8944aaa288d736e0b4 Mon Sep 17 00:00:00 2001 From: Faith Kangai Date: Tue, 9 Jul 2024 18:44:17 +0300 Subject: [PATCH] clean up --- pipelines/snippets.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/pipelines/snippets.yml b/pipelines/snippets.yml index bd70f6ad3..4da6f6ee9 100644 --- a/pipelines/snippets.yml +++ b/pipelines/snippets.yml @@ -214,16 +214,6 @@ stages: WorkingDirectory: '$(Build.SourcesDirectory)' continueOnError: true - # - pwsh: | - # $ErrorActionPreference="Continue" - # -trxFolderPath '$(Build.ArtifactStagingDirectory)/TestResults/' -txtOutputFolderPath '$(Build.ArtifactStagingDirectory)/Reports/' - # displayName: Generate error category report - # workingDirectory: '$(Build.SourcesDirectory)' - # env: - # RAPTOR_CONFIGENDPOINT: $(RAPTOR_CONFIGENDPOINT) - # RAPTOR_CONFIGMANAGEDIDENTITY_ID: $(RAPTOR_CONFIGMANAGEDIDENTITY_ID) - # continueOnError: true - - task: PublishBuildArtifacts@1 displayName: 'Publish categorization report as artifact' inputs: