Skip to content

Commit

Permalink
save the html too
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkowl committed Sep 13, 2023
1 parent ad89959 commit d29a2d5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .pipelines/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,9 @@ jobs:
- task: CopyFiles@2
condition: succeededOrFailed()
inputs:
contents: $(Build.SourcesDirectory)/*.png
contents: |
$(Build.SourcesDirectory)/*.png
$(Build.SourcesDirectory)/*.html
targetFolder: $(Build.ArtifactStagingDirectory)

- task: PublishBuildArtifacts@1
Expand Down

0 comments on commit d29a2d5

Please sign in to comment.