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 18fbf4d commit c7b0cb2Copy full SHA for c7b0cb2
appveyor.yml
@@ -22,15 +22,6 @@ artifacts:
22
- path: artifacts\*.zip
23
24
deploy:
25
- # MyGet Deployment for builds & releases
26
- - provider: NuGet
27
- server: https://www.myget.org/F/umbraco-authu/api/v2/package
28
- symbol_server: https://www.myget.org/F/umbraco-authu/symbols/api/v2/package
29
- api_key:
30
- secure: gHDTL46KZcLzj6J8m//TJgaCOJCl9ixR//rXjO18HRlCsfPYYz7dU81u2D5zd+ZN
31
- artifact: /.*\.nupkg/
32
- on:
33
- branch: develop
34
35
# GitHub Deployment for releases
36
- provider: GitHub
0 commit comments