File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ branches:
18
18
- master
19
19
- develop
20
20
- unstable
21
+ - v2.1
21
22
22
23
nuget :
23
24
disable_publish_on_pr : true
@@ -38,6 +39,7 @@ test: off
38
39
artifacts :
39
40
- path : .\**\artifacts\**\*.nupkg
40
41
name : NuGet
42
+
41
43
deploy :
42
44
- provider : NuGet
43
45
server : https://www.myget.org/F/research-institute/api/v2/package
@@ -46,17 +48,27 @@ deploy:
46
48
skip_symbols : false
47
49
on :
48
50
branch : develop
51
+
49
52
- provider : NuGet
50
53
server : https://www.myget.org/F/jadnc/api/v2/package
51
54
api_key :
52
55
secure : 6CeYcZ4Ze+57gxfeuHzqP6ldbUkPtF6pfpVM1Gw/K2jExFrAz763gNAQ++tiacq3
53
56
skip_symbols : false
54
57
on :
55
58
branch : unstable
59
+
56
60
- provider : NuGet
57
61
name : production
58
62
api_key :
59
63
secure : /fsEOgG4EdtNd6DPmko9h3NxQwx1IGDcFreGTKd2KA56U2KEkpX/L/pCGpCIEf2s
60
64
on :
61
65
branch : master
62
66
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
You can’t perform that action at this time.
0 commit comments