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:
7373 on :
7474 branch : develop-umbraco-version-8
7575
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-
8676 # GitHub Deployment for releases
8777 - provider : GitHub
8878 auth_token :
@@ -125,7 +115,17 @@ deploy:
125115 branch : master-umbraco-version-8
126116 appveyor_repo_tag : true
127117
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
129129 - provider : GitHub
130130 auth_token :
131131 secure : Kucu1gQQf8bjRlkR72fyZUiUtmkz7rtZEIgK/RMT1pMnq700m5sSQTiFHOSQUdR5
@@ -136,7 +136,7 @@ deploy:
136136 branch : main-version-3
137137 appveyor_repo_tag : true # deploy on tag push only
138138
139- # NuGet Deployment for releases
139+ # NuGet Deployment for releases - v3
140140 - provider : NuGet
141141 server :
142142 api_key :
You can’t perform that action at this time.
0 commit comments