There was an error while loading. Please reload this page.
1 parent 2770acc commit c5ba8e6Copy full SHA for c5ba8e6
.appveyor.yml
@@ -10,5 +10,7 @@ before_build:
10
11
build_script:
12
- cmd: msbuild /p:Configuration=%CONFIGURATION% HttpWebClient.sln
13
+
14
+test_script:
15
- cmd: buildtools\OpenCover.4.6.519\tools\OpenCover.Console.exe -register:user -target:"buildtools\xunit.runner.console.2.2.0\tools\xunit.console.exe" -targetargs:"HttpWebClient.UnitTests\bin\%CONFIGURATION%\HttpWebClient.UnitTests.dll -noappdomain" -filter:"+[HttpWebClient]*"
16
0 commit comments