Skip to content

Commit

Permalink
test publish gui images
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Blumberg committed Jan 12, 2019
1 parent 427ef11 commit a72fd1e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,8 @@ steps:
displayName: "Installing code and running tests (Windows)"
condition: eq( variables['Agent.OS'], 'Windows_NT')


steps:
- task: PublishPipelineArtifact@0
inputs:
artifactName: 'testgui'
targetPath: 'examples/data/14061619.png'

0 comments on commit a72fd1e

Please sign in to comment.