From 2e90cd3866620ff6e432da7c75093f99cbf09c24 Mon Sep 17 00:00:00 2001 From: Mike Unitskyi Date: Tue, 30 Jun 2020 15:28:48 +0300 Subject: [PATCH] revert test_script appveyor section --- appveyor.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index d892499f8..e9e49e0d7 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -43,16 +43,16 @@ before_build: } build: project: CDP4-SDK.sln -test_script: - - > - OpenCover.Console.exe - -log:Error - -register - -target:".\testrunner\NUnit.ConsoleRunner.3.11.1\tools\nunit3-console.exe" - -targetargs:"cdp4sdk-tests.nunit --where=""cat!=WebServicesDependent && cat!=AppVeyorExclusion""" - -returntargetcode - -hideskipped:All - -output:"%TEST_COVERAGE%" +test: + assemblies: + only: + - '**\bin\$(configuration)\net472\*.Tests.dll' + - '**\bin\$(configuration)\netstandard1.6\*.Tests.dll' + - '**\bin\$(configuration)\netstandard2.0\*.Tests.dll' + categories: + except: + - WebServicesDependent + - AppVeyorExclusion after_test: - ps: SonarScanner.MSBuild.exe end /d:"sonar.login=$env:SONARCLOUD_TOKEN" notifications: