-
Notifications
You must be signed in to change notification settings - Fork 50
/
appveyor.yml
72 lines (39 loc) · 838 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
version: 5.1.0.{build}
branches:
only:
- master
image: Visual Studio 2019
configuration: Release
assembly_info:
patch: true
file: '**\AssemblyInfo.*'
assembly_version: '{version}'
assembly_file_version: '{version}'
assembly_informational_version: '{version}'
dotnet_csproj:
patch: true
file: '**\*.csproj'
version: '{version}'
package_version: '{version}'
skip_commits:
files:
- appveyor*
- '*gitignore'
- '**/*.markdown'
services: mssql2017
before_build:
- cmd: dotnet restore src\
build:
project: src\SqlFu\SqlFu.csproj
verbosity: quiet
test_script:
- cmd: >-
cd src/tests
dotnet test
artifacts:
- path: '**\*.nupkg'
name: nuget
deploy:
- provider: NuGet
api_key:
secure: 6W7USG8YoCPjDSV9agsMdy9P1nTzDmhv9gWoHvqtECiKNSHNYVWwf69m88S84eKv