Skip to content

Commit

Permalink
moving the output warden package to it's own subdirectory
Browse files Browse the repository at this point in the history
  • Loading branch information
scbedd committed Apr 16, 2019
1 parent c808d76 commit cc99781
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .azure-pipelines/warden.yml
Expand Up @@ -20,8 +20,8 @@ jobs:
- script: |
cd $(Build.SourcesDirectory)/packages/python-packages/doc-warden/
python setup.py bdist_wheel -d $(Build.ArtifactStagingDirectory)
python setup.py sdist -d $(Build.ArtifactStagingDirectory) --format zip
python setup.py bdist_wheel -d $(Build.ArtifactStagingDirectory)/warden
python setup.py sdist -d $(Build.ArtifactStagingDirectory)/warden --format zip
displayName: 'Build Package'
- task: CopyFiles@2
Expand Down

0 comments on commit cc99781

Please sign in to comment.