Skip to content

Commit

Permalink
Fix task name misspelling
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Vilimpoc committed Mar 20, 2019
1 parent bbde71a commit f8c3b03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Expand Up @@ -20,9 +20,9 @@ steps:
displayName: 'gem install asciidoctor-pdf'

- script: asciidoctor-pdf --out-file WindowsHardening-${BUILD_BUILDNUMBER}.pdf README.asciidoc && ls -lR && printenv
displayName: 'Generate PDF file from README.asciidoc'
displayName: 'Generate PDF file'

- task: PublishPipelineArtifacts@0
- task: PublishPipelineArtifact@0
inputs:
pathToPublish: 'WindowsHardening-$(Build.BuildNumber).pdf'
artifactName: 'WindowsHardening-$(Build.BuildNumber).zip'
Expand Down

0 comments on commit f8c3b03

Please sign in to comment.