This repository has been archived by the owner on Jul 12, 2020. It is now read-only.
forked from csharp-leaf/Leaf.xNet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappveyor.yml
66 lines (66 loc) · 1.59 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
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
version: 5.1.{build}
branches:
only:
- master
skip_tags: true
image: Visual Studio 2017
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: B8QuQMemomqdolE+Eo5VCsRR8lrKt9Ue/WszmVEXzgeV8nZsA+wmkrTXeVO0gwal
github_token:
secure: 2LiLyCv5qwnAClSid16P+Yiq+zIyBk+6/Xl1ZDOKz5g6ab2vXosiY3m93n52q1WX
nuget:
account_feed: true
project_feed: true
before_build:
- cmd: nuget restore .\Leaf.xNet.sln
build:
project: Leaf.xNet.sln
publish_nuget: true
verbosity: minimal
artifacts:
- path: Leaf.xNet\bin\Release\net452
name: net452
- path: Leaf.xNet\bin\Release\net462
name: net462
- path: Leaf.xNet\bin\Release\net471
name: net471
- path: Leaf.xNet\bin\Release\net472
name: net472
- path: Leaf.xNet\bin\Release\netcoreapp2.0
name: netcoreapp2.0
- path: Leaf.xNet\bin\Release\netcoreapp2.1
name: netcoreapp2.1
- path: Leaf.xNet\bin\Release\netcoreapp2.2
name: netcoreapp2.2
deploy:
- provider: NuGet
api_key:
secure: LAP1RRHzZP5slfjtjZY7WQ==
skip_symbols: true
on:
branch: master
- provider: GitHub
tag: v$(appveyor_build_version)
release: Leaf.xNet v$(appveyor_build_version)
auth_token:
secure: NQtMOO3yB309cDK/pFWRiQ==
artifact: net452;net462;net471;net472;netcoreapp2.0;netcoreapp2.1;netcoreapp2.2
on:
branch: master
only_commits:
files:
- appveyor.yml
- Leaf.xNet.sln
- Leaf.xNet/Leaf.xNet.csproj
- Leaf.xNet/**/*.cs
- Leaf.xNet/**/*.resx