There was an error while loading. Please reload this page.
1 parent 9ed082a commit 2770accCopy full SHA for 2770acc
.appveyor.yml
@@ -1,5 +1,6 @@
1
platform: Any CPU
2
image: Visual Studio 2017
3
+configuration: Debug
4
5
before_build:
6
- nuget restore
@@ -8,6 +9,6 @@ before_build:
8
9
- nuget install coveralls.net -Version 0.412 -OutputDirectory buildtools
10
11
build_script:
- - msbuild /p:Configuration=Debug HttpWebClient.sln
12
-
+ - cmd: msbuild /p:Configuration=%CONFIGURATION% HttpWebClient.sln
13
+ - 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]*"
14
0 commit comments