summaryrefslogtreecommitdiffstats
path: root/ipatests/azure/templates/save-test-artifacts.yml
blob: c624d1ea7378cd20184c0f914e9df9975f5da2d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
parameters:
  logsPath: 'logs'
  logsArtifact: ''
steps:
- task: PublishPipelineArtifact@0
  displayName: Publish logs
  inputs:
    artifactName: ${{parameters.logsArtifact}}
    targetPath: ${{parameters.logsPath}}
  condition: always()