forked from rbeauchamp/Swashbuckle.OData
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
30 lines (25 loc) · 1.05 KB
/
appveyor.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
version: 3.4.0.{build}
before_build:
- cmd: nuget restore
build:
project: Swashbuckle.OData.sln
publish_wap: true
verbosity: minimal
environment:
COVERALLS_REPO_TOKEN:
secure: EFTW/YldlkfUPVuAZTbv09gYi8MtEbZ6WZ6AU23f5Bg9BuCPN8wMAZxvOzycWGvK
after_test:
- packages\OpenCover.4.6.519\tools\OpenCover.Console.exe -register:user -filter:"+[Swashbuckle.OData]* -[Swashbuckle.OData]System.*" -target:"packages\NUnit.Runners.2.6.4\tools\nunit-console-x86.exe" -targetargs:"/noshadow /domain:single Swashbuckle.OData.Tests\bin\Debug\Swashbuckle.OData.Tests.dll" -output:coverage.xml
- packages\coveralls.io.1.3.4\tools\coveralls.net.exe --opencover coverage.xml
deploy:
- provider: WebDeploy
server: https://swashbuckleodata.scm.azurewebsites.net:443/msdeploy.axd?site=swashbuckleodata
website: swashbuckleodata
username: $swashbuckleodata
password:
secure: z9oNmombcwIUfbJB7LRtDDWWGfc8wuDbe9omwGpLZz19kK3jzf0ZZTuYQFrOgLVDNR+qBtQjM/PD8VeuY4dfpQ==
remove_files: true
artifact: Swashbuckle.OData.Sample.zip
aspnet5: true
on:
branch: master