From 1d4887fd3a0385cbb4abaec12cd72545d2793542 Mon Sep 17 00:00:00 2001 From: James Jackson-South Date: Fri, 17 Jan 2020 12:10:37 +1100 Subject: [PATCH] Update ci-test.ps1 --- ci-test.ps1 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ci-test.ps1 b/ci-test.ps1 index c9cfc07a3..fc368b22f 100644 --- a/ci-test.ps1 +++ b/ci-test.ps1 @@ -35,3 +35,7 @@ else { dotnet test --no-build -c Release -f $targetFramework } + +# Explicitly exit with 0 to ignore errors caused by coverlet attempting to read +# project files that dotnet test is set to ignore. +exit 0