diff --git a/azure-pipelines.yml b/azure-pipelines.yml index fcc8d64d..d0d2f68d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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'