forked from HlebForms/SchoolSystemProject
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappveyor.yml
More file actions
20 lines (17 loc) · 865 Bytes
/
appveyor.yml
File metadata and controls
20 lines (17 loc) · 865 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
version: 1.0.{build}
branches:
only:
- master
before_build:
- cmd: nuget restore SchoolSystem/SchoolSystem.sln
build:
project: SchoolSystem/SchoolSystem.sln
publish_nuget: true
include_nuget_references: true
verbosity: minimal
environment:
COVERALLS_REPO_TOKEN:
secure: iTbJ6RKNkqgvD5Xip1HRNTkivSUEVnb1SOP2JyR6pQ53NNY8Lw/227Xhryo0XawW
after_test:
- SchoolSystem\packages\OpenCover.4.6.519\tools\OpenCover.Console.exe -register:user -filter:"+[*]* -[WebFormsMvp]*" -target:"SchoolSystem\packages\NUnit.ConsoleRunner.3.6.0\tools\nunit3-console.exe" -targetargs:"/domain:single SchoolSystem\SchoolSystem.Services.Tests\bin\Debug\SchoolSystem.Services.Tests.dll SchoolSystem\SchoolSystem.MVP.Tests\bin\Debug\SchoolSystem.MVP.Tests.dll" -output:cover.xml
- SchoolSystem\packages\coveralls.io.1.3.4\tools\coveralls.net.exe --opencover cover.xml