Skip to content

Commit

Permalink
New release branch for v3
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeavon committed May 18, 2021
1 parent 8d6d918 commit 5c0f6ff
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions appveyor.yml
Expand Up @@ -124,3 +124,24 @@ deploy:
on:
branch: master-umbraco-version-8
appveyor_repo_tag: true

# GitHub Deployment for releases
- provider: GitHub
auth_token:
secure: Kucu1gQQf8bjRlkR72fyZUiUtmkz7rtZEIgK/RMT1pMnq700m5sSQTiFHOSQUdR5
artifact: /.*\.zip/ # upload all Zip packages to release assets
draft: false
prerelease: false
on:
branch: main-version-3
appveyor_repo_tag: true # deploy on tag push only

# NuGet Deployment for releases
- provider: NuGet
server:
api_key:
secure: TtE4dizVNNLoy4gfrJDGRH1/vfNMTXiAxuMW0va1bcO1ZPXCw0qy12PUfIB+h9O3
artifact: /.*\.nupkg/
on:
branch: main-version-3
appveyor_repo_tag: true

0 comments on commit 5c0f6ff

Please sign in to comment.