Browse Source

Update ci-test.ps1

pull/1061/head
James Jackson-South 6 years ago
parent
commit
1d4887fd3a
  1. 4
      ci-test.ps1

4
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

Loading…
Cancel
Save