Skip to content

Commit 5c0f6ff

Browse files
committed
New release branch for v3
1 parent 8d6d918 commit 5c0f6ff

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

appveyor.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,3 +124,24 @@ deploy:
124124
on:
125125
branch: master-umbraco-version-8
126126
appveyor_repo_tag: true
127+
128+
# GitHub Deployment for releases
129+
- provider: GitHub
130+
auth_token:
131+
secure: Kucu1gQQf8bjRlkR72fyZUiUtmkz7rtZEIgK/RMT1pMnq700m5sSQTiFHOSQUdR5
132+
artifact: /.*\.zip/ # upload all Zip packages to release assets
133+
draft: false
134+
prerelease: false
135+
on:
136+
branch: main-version-3
137+
appveyor_repo_tag: true # deploy on tag push only
138+
139+
# NuGet Deployment for releases
140+
- provider: NuGet
141+
server:
142+
api_key:
143+
secure: TtE4dizVNNLoy4gfrJDGRH1/vfNMTXiAxuMW0va1bcO1ZPXCw0qy12PUfIB+h9O3
144+
artifact: /.*\.nupkg/
145+
on:
146+
branch: main-version-3
147+
appveyor_repo_tag: true

0 commit comments

Comments
 (0)