Skip to content

Commit

Permalink
trying publish of artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Blumberg committed Jan 12, 2019
1 parent fca176c commit 7c096f8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ steps:
Xvfb :99 &
export DISPLAY=:99
sleep 3 # give xvfb some time to start
python -c "import PySide; print(PySide.__version__);"
pytest -v
displayName: "Installing code and running tests (Linux)"
condition: eq( variables['Agent.OS'], 'Linux')
Expand All @@ -72,7 +71,7 @@ steps:
displayName: "Installing code and running tests (Windows)"
condition: eq( variables['Agent.OS'], 'Windows_NT')

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

0 comments on commit 7c096f8

Please sign in to comment.