From f88d8cf3cab4ccaafc4cd8dce829980c3ae47d70 Mon Sep 17 00:00:00 2001 From: Jamie Rees Date: Tue, 9 Apr 2019 14:02:30 +0100 Subject: [PATCH] only scan test folders for tests --- appveyor.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 3d206e13f..9dee828cf 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -22,7 +22,12 @@ build_script: - ps: ./build.ps1 --settings_skipverification=true # - dotnet sonarscanner end /d:sonar.login="%sonarrcloudtoken%" -test: true +test: + # only assemblies to test + assemblies: + only: + - '**\*.Tests.dll' + after_build: - cmd: >-