From 253afb2e9ad8143db6aee670e40b26caa8f5a886 Mon Sep 17 00:00:00 2001 From: Adam Driscoll Date: Tue, 2 Jul 2019 13:24:20 -0600 Subject: [PATCH] Delete dashboard.ps1 test file --- azure-pipelines.yml | 4 ++++ 1 file changed, 4 insertions(+) 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'