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:
1818 - master
1919 - develop
2020 - unstable
21+ - v2.1
2122
2223nuget :
2324 disable_publish_on_pr : true
@@ -38,6 +39,7 @@ test: off
3839artifacts :
3940- path : .\**\artifacts\**\*.nupkg
4041 name : NuGet
42+
4143deploy :
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
You can’t perform that action at this time.
0 commit comments