-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathappveyor.yml
More file actions
22 lines (19 loc) · 805 Bytes
/
appveyor.yml
File metadata and controls
22 lines (19 loc) · 805 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
os: Visual Studio 2015
install:
- set PATH=C:\Program Files (x86)\MSBuild\14.0\Bin;%PATH%
configuration: Release
branches:
only:
- master
environment:
COVERALLS_REPO_TOKEN:
secure: nnLizSCRAP0VMS3MwoIOJqEW7NXo9vNeM
before_build:
- nuget restore Httwrap.sln
build:
project: Httwrap.sln
verbosity: minimal
test_script:
- packages\OpenCover.4.5.3522\OpenCover.Console.exe -register:user -filter:"+[Coveralls*]*" -target:packages\NUnit.Runners.2.6.4\tools\nunit-console.exe -targetargs:"/noshadow /domain:single /framework:net-4.5 Httwrap.Tests\bin\%CONFIGURATION%\Httwrap.Tests.dll" -filter:"+[Httwrap]* -[Httwrap.Tests]*" -output:coverage.xml
after_test:
- packages\coveralls.io.1.3.4\tools\coveralls.net.exe --opencover coverage.xml -r nnLizSCRAP0VMS3MwoIOJqEW7NXo9vNeM