Skip to content

Commit

Permalink
Update azure-pipelines-produce.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
seesharprun committed Nov 1, 2018
1 parent b908005 commit 3c5687d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions azure-pipelines-produce.yml
Expand Up @@ -7,6 +7,8 @@ steps:
displayName: 'Update package manager'
- script: sudo apt-get install pandoc
displayName: 'Install pandoc'
- script: mkdir out
displayName: 'Create temporary output directory'
- script: pandoc readme.md -s --wrap=none -o out/demo.docx
displayName: 'Create Word document'
- task: PublishBuildArtifacts@1
Expand Down

0 comments on commit 3c5687d

Please sign in to comment.