Skip to content

Commit 3e2271f

Browse files
committed
ci(appveyor): add deploy step for v2.1 (LTS candidate)
1 parent 0664c3d commit 3e2271f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

appveyor.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ branches:
1818
- master
1919
- develop
2020
- unstable
21+
- v2.1
2122

2223
nuget:
2324
disable_publish_on_pr: true
@@ -38,6 +39,7 @@ test: off
3839
artifacts:
3940
- path: .\**\artifacts\**\*.nupkg
4041
name: NuGet
42+
4143
deploy:
4244
- provider: NuGet
4345
server: https://www.myget.org/F/research-institute/api/v2/package
@@ -46,17 +48,27 @@ deploy:
4648
skip_symbols: false
4749
on:
4850
branch: develop
51+
4952
- provider: NuGet
5053
server: https://www.myget.org/F/jadnc/api/v2/package
5154
api_key:
5255
secure: 6CeYcZ4Ze+57gxfeuHzqP6ldbUkPtF6pfpVM1Gw/K2jExFrAz763gNAQ++tiacq3
5356
skip_symbols: false
5457
on:
5558
branch: unstable
59+
5660
- provider: NuGet
5761
name: production
5862
api_key:
5963
secure: /fsEOgG4EdtNd6DPmko9h3NxQwx1IGDcFreGTKd2KA56U2KEkpX/L/pCGpCIEf2s
6064
on:
6165
branch: master
6266
appveyor_repo_tag: true
67+
68+
- provider: NuGet
69+
name: v2.1
70+
api_key:
71+
secure: /fsEOgG4EdtNd6DPmko9h3NxQwx1IGDcFreGTKd2KA56U2KEkpX/L/pCGpCIEf2s
72+
on:
73+
branch: v2.1
74+
appveyor_repo_tag: true

0 commit comments

Comments
 (0)