File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -73,16 +73,6 @@ deploy:
73
73
on :
74
74
branch : develop-umbraco-version-8
75
75
76
- # Umbraco MyGet community feed
77
- - provider : NuGet
78
- server : https://www.myget.org/F/umbraco-packages/api/v2/package
79
- symbol_server : https://www.myget.org/F/umbraco-packages/symbols/api/v2/package
80
- api_key :
81
- secure : yvlnQEq6tmxGOdbtTuKyAhcdY1GCD98/sG9+Qo7y7SNb89GAbjLXxueOMspkjvUh
82
- artifact : /.*\.nupkg/
83
- on :
84
- branch : main-version-3
85
-
86
76
# GitHub Deployment for releases
87
77
- provider : GitHub
88
78
auth_token :
@@ -125,7 +115,17 @@ deploy:
125
115
branch : master-umbraco-version-8
126
116
appveyor_repo_tag : true
127
117
128
- # GitHub Deployment for releases
118
+ # Umbraco MyGet community feed - v3
119
+ - provider : NuGet
120
+ server : https://www.myget.org/F/umbraco-packages/api/v2/package
121
+ symbol_server : https://www.myget.org/F/umbraco-packages/symbols/api/v2/package
122
+ api_key :
123
+ secure : yvlnQEq6tmxGOdbtTuKyAhcdY1GCD98/sG9+Qo7y7SNb89GAbjLXxueOMspkjvUh
124
+ artifact : /.*\.nupkg/
125
+ on :
126
+ branch : develop-version-3
127
+
128
+ # GitHub Deployment for releases -v3
129
129
- provider : GitHub
130
130
auth_token :
131
131
secure : Kucu1gQQf8bjRlkR72fyZUiUtmkz7rtZEIgK/RMT1pMnq700m5sSQTiFHOSQUdR5
@@ -136,7 +136,7 @@ deploy:
136
136
branch : main-version-3
137
137
appveyor_repo_tag : true # deploy on tag push only
138
138
139
- # NuGet Deployment for releases
139
+ # NuGet Deployment for releases - v3
140
140
- provider : NuGet
141
141
server :
142
142
api_key :
You can’t perform that action at this time.
0 commit comments