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:
- 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: