Skip to content
This repository has been archived by the owner on Jan 4, 2025. It is now read-only.

Commit

Permalink
Delete dashboard.ps1 test file
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdriscoll committed Jul 2, 2019
1 parent ec517a6 commit 253afb2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ steps:
#buildConfiguration: # Optional
publishRunAttachments: true # Optional

- task: DeleteFiles@1
inputs:
contents: '.\src\output\dashboard.ps1'

- task: ArchiveFiles@2
inputs:
rootFolderOrFile: '.\src\output'
Expand Down

0 comments on commit 253afb2

Please sign in to comment.