forked from Azure/azure-event-hubs-dotnet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
32 lines (32 loc) · 896 Bytes
/
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
version: 2.0.{build}
branches:
only:
- master
- dev
skip_tags: true
matrix:
fast_finish: true
image: Visual Studio 2017
environment:
azure-event-hubs-dotnet/ClientSecret:
secure: +30vtVYAECW7t7ieidatPhCEhvVjjbDUc2UA1SYtDwHa8NxR354pfn9ezxaMqIAR
azure-event-hubs-dotnet/TenantId:
secure: pDX+hB+9zbM0v7OQ44t1Ols0mfRl0BQlJY+ycuteSdZaK1NGJuMHFwS9ULeSBYS/
azure-event-hubs-dotnet/AppId:
secure: NYwBqWBHvwwNfcKZjjLjCDSxPEVq1AH0DvJXQjVjPA/xpDT/e9SxCj4YpIMWwd+t
matrix:
# First build
- DotNetRunTime: netcoreapp2.0
azure-event-hubs-dotnet/CodeCovSecret:
secure: pmpPpo9faBysYDhkDrKv4zOm1UOmdpga7+sZEcjYOITwzph24z947KugpQMLMGrx
# Second build
- DotNetRunTime: net461
azure-event-hubs-dotnet/SkipCodeCoverage: true
skip_commits:
files:
- '**/*.md'
artifacts:
- path: .\build\artifacts\*
build_script:
- ps: .\build\build.ps1
test: off