From d7f821fc8de330f3cfe7dc5c8223cceabed0add0 Mon Sep 17 00:00:00 2001 From: ta264 Date: Sun, 11 Aug 2019 21:32:18 +0100 Subject: [PATCH] Publish coverage package so we can debug --- azure-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index fdb0e2e33..696c4234e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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: