From 469586e94a4ba8db118730c0eba743e868268294 Mon Sep 17 00:00:00 2001 From: jhoneill Date: Sun, 8 Dec 2019 01:26:21 +0000 Subject: [PATCH] retry previous --- CI/pipeline.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CI/pipeline.yml b/CI/pipeline.yml index 92170e1..06b5a48 100644 --- a/CI/pipeline.yml +++ b/CI/pipeline.yml @@ -22,12 +22,12 @@ jobs: displayName: 'Update Modules' - powershell: './CI/PS-CI.ps1' displayName: 'Check Build Check Pack Test' + - task: PublishPipelineArtifact@1 + inputs: + targetPath: '$(Build.ArtifactStagingDirectory)' + artifact: 'Modules' - task: PublishTestResults@2 inputs: testResultsFormat: 'NUnit' testResultsFiles: '**/TestResults*.xml' failTaskOnFailedTests: true - - task: PublishPipelineArtifact@1 - inputs: - targetPath: '$(Build.ArtifactStagingDirectory)/ImportExcel' - artifact: 'Module' \ No newline at end of file