We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1c263d commit c6c4f48Copy full SHA for c6c4f48
appveyor.yml
@@ -42,6 +42,16 @@ deploy:
42
on:
43
branch: develop
44
45
+ # Umbraco MyGet community feed
46
+ - provider: NuGet
47
+ server: https://www.myget.org/F/umbraco-packages/api/v2/package
48
+ symbol_server: https://www.myget.org/F/umbraco-packages/symbols/api/v2/package
49
+ api_key:
50
+ secure: SASQGWG/4zNns7bwSSsJ5RPvKcKfJsBeEPuw69wsVPA3PO739QmzVtc5VwQwgvbr
51
+ artifact: /.*\.nupkg/
52
+ on:
53
+ branch: develop-umbraco-version-8
54
+
55
# GitHub Deployment for releases
56
- provider: GitHub
57
auth_token:
0 commit comments