Skip to content

Commit

Permalink
add revision number to screenshot assets
Browse files Browse the repository at this point in the history
  • Loading branch information
sc1f committed Jun 10, 2021
1 parent e0605c8 commit 574c521
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,25 +194,25 @@ jobs:
condition: failed()
inputs:
targetPath: '$(System.DefaultWorkingDirectory)/packages/perspective-viewer/screenshots/'
artifactName: "perspective-viewer"
artifactName: "perspective-viewer-$(Build.BuildNumber)"

- task: PublishPipelineArtifact@1
condition: failed()
inputs:
targetPath: '$(System.DefaultWorkingDirectory)/packages/perspective-viewer-datagrid/screenshots/'
artifactName: "perspective-viewer-datagrid"
artifactName: "perspective-viewer-datagrid-$(Build.BuildNumber)"

- task: PublishPipelineArtifact@1
condition: failed()
inputs:
targetPath: '$(System.DefaultWorkingDirectory)/packages/perspective-viewer-d3fc/screenshots/'
artifactName: "perspective-viewer-d3fc"
artifactName: "perspective-viewer-d3fc-$(Build.BuildNumber)"

- task: PublishPipelineArtifact@1
condition: failed()
inputs:
targetPath: '$(System.DefaultWorkingDirectory)/packages/perspective-workspace/screenshots/'
artifactName: "perspective-workspace"
artifactName: "perspective-workspace-$(Build.BuildNumber)"


- job: 'Linux'
Expand Down

0 comments on commit 574c521

Please sign in to comment.