-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappveyor.yml
More file actions
60 lines (60 loc) · 1.42 KB
/
appveyor.yml
File metadata and controls
60 lines (60 loc) · 1.42 KB
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
version: 1.3.{build}
branches:
only:
- master
skip_tags: true
image: Visual Studio 2019
configuration: Release
dotnet_csproj:
patch: true
file: '**\*.csproj'
version: '{version}'
package_version: '{version}'
assembly_version: '{version}'
file_version: '{version}'
informational_version: '{version}'
environment:
nuget_token:
secure: BzdLe9enAWcmUiOBMdx02CYt2T+xuLGlvieE2+Ceic8tmFpEb06EOlikWdyOxxbf
github_token:
secure: 2LiLyCv5qwnAClSid16P+Yiq+zIyBk+6/Xl1ZDOKz5g6ab2vXosiY3m93n52q1WX
nuget:
account_feed: true
project_feed: true
before_build:
- cmd: nuget restore .\Leaf.Core.sln
build:
project: Leaf.Core.sln
publish_nuget: true
verbosity: minimal
artifacts:
- path: Leaf.Core\bin\Release\net452
name: net452
- path: Leaf.Core\bin\Release\net462
name: net462
- path: Leaf.Core\bin\Release\net472
name: net472
- path: Leaf.Core\bin\Release\netcoreapp3.0
name: netcoreapp3.0
deploy:
- provider: NuGet
api_key:
secure: BzdLe9enAWcmUiOBMdx02CYt2T+xuLGlvieE2+Ceic8tmFpEb06EOlikWdyOxxbf
skip_symbols: true
on:
branch: master
- provider: GitHub
tag: v$(appveyor_build_version)
release: Leaf.Core v$(appveyor_build_version)
auth_token:
secure: NQtMOO3yB309cDK/pFWRiQ==
artifact: net452;net462;net472;netcoreapp3.0
on:
branch: master
only_commits:
files:
- appveyor.yml
- Leaf.Core.sln
- Leaf.Core/Leaf.Core.csproj
- Leaf.Core/**/*.cs
- Leaf.Core/**/*.resx