Skip to content

Commit

Permalink
revert test_script appveyor section
Browse files Browse the repository at this point in the history
  • Loading branch information
rheamachineuser committed Jun 30, 2020
1 parent 0d3c1da commit 2e90cd3
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2e90cd3

Please sign in to comment.