From 4f17fc36bc172276609ff7bcfbc7875d11840829 Mon Sep 17 00:00:00 2001 From: jhoneill Date: Sun, 8 Dec 2019 01:50:54 +0000 Subject: [PATCH] retry --- CI/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CI/pipeline.yml b/CI/pipeline.yml index 76a80ca..5fd00b6 100644 --- a/CI/pipeline.yml +++ b/CI/pipeline.yml @@ -29,5 +29,5 @@ jobs: failTaskOnFailedTests: true - task: PublishPipelineArtifact@1 inputs: - targetPath: '$(Build.ArtifactStagingDirectory)/ImportExcel' + targetPath: '$(Build.ArtifactStagingDirectory)' artifact: 'ImportExcel'