try coverage no build, output artifact

This commit is contained in:
Qstick 2019-08-11 20:35:27 -04:00
commit 5425368904

View file

@ -399,10 +399,21 @@ stages:
steps: steps:
- checkout: self - checkout: self
submodules: true submodules: true
- bash: ./build.sh --only-backend #- bash: ./build.sh --only-backend
displayName: Build Lidarr Backend # displayName: Build Lidarr Backend
- publish: $(testsFolder) - task: DownloadPipelineArtifact@2
artifact: 'CoverageTest' 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 - task: Bash@3
displayName: Coverage Unit Tests displayName: Coverage Unit Tests
inputs: inputs: