Skip to content

Commit

Permalink
Publish symbols separately to avoid auth error
Browse files Browse the repository at this point in the history
  • Loading branch information
heaths committed Apr 24, 2016
1 parent 0fa8007 commit 3070d63
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions appveyor.yml
Expand Up @@ -43,6 +43,16 @@ deploy:
api_key:
secure: 4STrzCp6wDsDBj/wCtmImMVL7wUI8DCGjdMBXGqQf9JZJ8LjmW5YSY8wtcHAv0XW
artifact: package
skip_symbols: true
prerelease: true
on:
branch: master

- provider: NuGet
server: http://nuget.gw.symbolsource.org/Public/NuGet
api_key:
secure: 4STrzCp6wDsDBj/wCtmImMVL7wUI8DCGjdMBXGqQf9JZJ8LjmW5YSY8wtcHAv0XW
artifact: /.*\.symbols\.nupkg/
prerelease: true
on:
branch: master

0 comments on commit 3070d63

Please sign in to comment.