forked from jefersonsv/m3uParser.NET
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappveyor.yml
44 lines (35 loc) · 792 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
image: Visual Studio 2017
branches:
only:
- master
skip_commits:
files:
- '**/*.md'
configuration:
- Release
dotnet_csproj:
patch: true
file: '**\*.csproj'
version: '{version}'
package_version: '{version}'
assembly_version: '{version}'
file_version: '{version}'
informational_version: '{version}'
build:
verbosity: normal
publish_nuget: true
before_build:
- nuget restore
nuget:
account_feed: true
project_feed: true
environment:
GITHUB_TOKEN_CRYPTED:
secure: BI8CvihIl1X5UtJJ4aQn5yyO1v0rgga8iMqK9sZmm7s6qZQG+VNUKa5PDNhQrteN
NUGET_TOKEN_CRYPTED:
secure: El3Kj0SEU9/+Di2uXiCsTGlDWSjPcqXyO2drOT3XDGOp3rMdIX8zeXOBZLlOCQZw
deploy:
provider: NuGet
api_key: $(NUGET_TOKEN_CRYPTED)
skip_symbols: false
artifact: /.*\.nupkg/