forked from AppMetrics/Reporting
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
40 lines (40 loc) · 1.34 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
version: 1.0.{build}
image: Visual Studio 2017
init:
- git config --global core.autocrlf input
environment:
COVERALLS_REPO_TOKEN:
secure: SYPh/k5MsbcpzJfJbRCof4rSCIE+72sDebz/PssJ4nmOcq2yaz+2HNH/Ym+UbgHS
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
DOTNET_CLI_TELEMETRY_OPTOUT: true
CoverWith: OpenCover
PreReleaseSuffix: alpha
GitUser:
secure: zAdAOUUof3XGDsdOBRYg7J7wZS44iL4VjI/MVGw+JnU=
GitOwner:
secure: n6W5JZ7Q/xfZC7b2k3+ORA==
GitPassword:
secure: fHangGPAk14u3V1eP3kg5EdekQoKdOsKC0F/A1mvh9IODHCZ92FGjfWb0U2aQ8bu
build_script:
- ps: .\build.ps1 -Target AppVeyor
test: off
artifacts:
- path: artifacts/packages/*.nupkg
- path: artifacts/coverage/*.xml
- path: artifacts/test-results/*.trx
- path: artifacts/resharper-reports/*.xml
- path: artifacts/resharper-reports/*.html
- path: artifacts/coverage/coverage.dcvr
deploy:
- provider: NuGet
server: https://www.myget.org/F/appmetrics/api/v2/package
api_key:
secure: gIAiACgNj+JzXyLLTe3rLxZyrAB9RpC8Lw81xEjdOLXqotprqEwGiFWRipEqkpps
skip_symbols: true
symbol_server: https://www.myget.org/F/appmetrics/symbol
install:
- cmd: curl -O https://download.microsoft.com/download/8/8/5/88544F33-836A-49A5-8B67-451C24709A8F/dotnet-sdk-2.1.300-win-x64.exe
- cmd: dotnet-sdk-2.1.300-win-x64.exe /install /quiet /norestart /log install.log
skip_commits:
files:
- '**/*.md'