Publish coverage package so we can debug

This commit is contained in:
ta264 2019-08-11 21:32:18 +01:00
commit d7f821fc8d

View file

@ -401,6 +401,8 @@ stages:
submodules: true
- bash: ./build.sh --only-backend
displayName: Build Lidarr Backend
- publish: $(testsFolder)
artifact: 'CoverageTest'
- task: Bash@3
displayName: Coverage Unit Tests
inputs: