Skip to content

Commit

Permalink
Skipping symbols on nuget push
Browse files Browse the repository at this point in the history
  • Loading branch information
jweber committed Dec 8, 2018
1 parent ec39396 commit 184c2ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
environment:
VERSION_MAJOR: 1
VERSION_MINOR: 0
VERSION_PATCH: 0
VERSION_PATCH: 1

image: Visual Studio 2017

Expand Down Expand Up @@ -40,6 +40,7 @@ deploy:
- provider: NuGet
api_key:
secure: 2M5tp95CFG3/XA9wTWhYASKrpi7vpbbSlxdIy9it7YD/Dyap3zxkcBfOFDCGOcVx
skip_symbols: true
on:
branch: release

Expand Down

0 comments on commit 184c2ce

Please sign in to comment.