We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e88e60 commit 6af0557Copy full SHA for 6af0557
appveyor.yml
@@ -10,12 +10,7 @@ install:
10
- ps: $env:Path = "$env:DOTNET_INSTALL_DIR;$env:Path"
11
build_script:
12
- ps: ./Build.ps1
13
-test_script:
14
- - nuget.exe install OpenCover -ExcludeVersion
15
- - OpenCover\tools\OpenCover.Console.exe -register:user -filter:"+[Serilog]*" -target:"dotnet.exe" "-targetargs:test test\Serilog.Tests" -returntargetcode -hideskipped:All -output:coverage.xml
16
- - "SET PATH=C:\\Python34;C:\\Python34\\Scripts;%PATH%"
17
- - pip install codecov
18
- - codecov -f "coverage.xml"
+test: off
19
artifacts:
20
- path: artifacts/Serilog.*.nupkg
21
deploy:
0 commit comments