Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
fey101 committed Jul 9, 2024
1 parent e761ec8 commit 490d084
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions pipelines/snippets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 490d084

Please sign in to comment.