-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathappveyor.yml
55 lines (47 loc) · 1.19 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
version: 0.3.0-build{build}
image: Visual Studio 2019
shallow_clone: true
clone_folder: c:\dotnet-properties
configuration:
- Debug
- Release
platform: Any CPU
matrix:
fast_finish: true
nuget:
account_feed: false
project_feed: true
disable_publish_on_pr: true
build_script:
- cmd: dotnet build dotnet-properties.sln
test: off
artifacts:
- path: 'artifacts\Debug\nupkg\*.nupkg'
name: DebugNupkg
- path: 'artifacts\Release\nupkg\*.nupkg'
name: ReleaseNupkg
deploy:
#- provider: GitHub
# auth_token:
# secure: +kq8LAyp9cUJjEdoBhOCsldBLElEjcl8M+yF4Ml4bMNqaJLqvwG7nqODNBAn+kxR
# artifact: ReleaseNupkg
# on:
# branch: master
# configuration: Release
# appveyor_repo_tag: true
- provider: NuGet
api_key:
secure: 5yR2VWgBBYQvQu+F6p367NXT2SYI+vzy29YEI+Rs+T9Zq2www5kMgMV/vSiQQfgP
artifact: ReleaseNupkg
on:
branch: master
configuration: Release
appveyor_repo_tag: true
- provider: NuGet
server: https://www.myget.org/F/jp2masa/api/v2/package
artifact: DebugNupkg
api_key:
secure: puOcEbngEmaVMEnUL20u4mzATgvoyaTPRWGGwE98as1+8KGY3ypOKzt5OV63duwI
on:
branch: master
configuration: Debug