-
Notifications
You must be signed in to change notification settings - Fork 26
/
appveyor.yml
40 lines (33 loc) · 1.48 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
31
32
33
34
35
36
37
38
39
40
image:
- Visual Studio 2017
environment:
COVERALLS_REPO_TOKEN:
secure: biV61oNW1Heo5wiOkUWFLyMF8lk+O50x+qH98xrSnAmS7OzwDdAFa521/qiAq4Cz
# APPVEYOR_RDP_PASSWORD:
# secure: ahdRD+rzw7Hi5/NXzdZ/9aJOMPlZlKFmz5AkWIyMna8=
# init:
# - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
# on_finish:
# - ps: $blockRdp = $true;iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
version: 1.0.{build}
configuration: Release
platform: x64
before_build:
- cmd: nuget restore
build:
verbosity: minimal
project: EverythingNet.sln
after_test:
- cmd: packages\OpenCover.4.6.519\tools\OpenCover.Console.exe -register:user -filter:"+[*]*" -target:"packages\NUnit.ConsoleRunner.3.6.1\tools\nunit3-console.exe" -targetargs:"/domain:single EverythingNet.Tests/bin/x64/release/EverythingNet.Tests.dll" -output:coverage.xml
- cmd: packages\coveralls.io.1.3.4\tools\coveralls.net.exe --opencover coverage.xml
- cmd: EverythingNet.Bench\bin\Release\EverythingNet.Bench.exe
after_build:
- nuget pack EverythingNet\EverythingNet.nuspec -Version %appveyor_build_version%
artifacts:
- path: EverythingNet*.nupkg
name: EverythingNet nuget package
type: NuGetPackage
# deploy:
# provider: NuGet
# api_key:
# secure: yJDVT5OnmUa9yNyNi3kDiYilytCOalBDZ5Pvz0jqmRc40WhBi8kHwNIvVcv5YzRU