From 54253689048477c0ebec867bfaf630b69c5e788b Mon Sep 17 00:00:00 2001 From: Qstick Date: Sun, 11 Aug 2019 20:35:27 -0400 Subject: [PATCH] try coverage no build, output artifact --- azure-pipelines.yml | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 696c4234e..2ebcbad89 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -399,10 +399,21 @@ stages: steps: - checkout: self submodules: true - - bash: ./build.sh --only-backend - displayName: Build Lidarr Backend - - publish: $(testsFolder) - artifact: 'CoverageTest' + #- bash: ./build.sh --only-backend + # displayName: Build Lidarr Backend + - task: DownloadPipelineArtifact@2 + inputs: + buildType: 'current' + artifactName: WindowsBackend + targetPath: _output + - task: DownloadPipelineArtifact@2 + displayName: Download Test Artifact + inputs: + buildType: 'current' + artifactName: Tests + targetPath: _tests + #- publish: $(testsFolder) + # artifact: 'CoverageTest' - task: Bash@3 displayName: Coverage Unit Tests inputs: