Skip to content

Commit

Permalink
Merge branch 'master' of github.com:vigonotion/pygti
Browse files Browse the repository at this point in the history
  • Loading branch information
vigonotion committed Apr 17, 2020
2 parents 9083d53 + 8732075 commit 2930026
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,18 @@ steps:
displayName: 'Install Tox'

- script: tox -e py
displayName: 'Run Tox'
displayName: 'Run Tox'

- script: python setup.py sdist
displayName: 'Create artifact'

- task: CopyFiles@2
inputs:
contents: dist/**
targetFolder: $(Build.ArtifactStagingDirectory)

- task: PublishBuildArtifacts@1
inputs:
PathtoPublish: '$(Build.ArtifactStagingDirectory)'
ArtifactName: 'dist'
publishLocation: 'Container'

0 comments on commit 2930026

Please sign in to comment.