Skip to content

Commit 8c58381

Browse files
authored
Do not skip symbols (#1028)
1 parent eeee1d5 commit 8c58381

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

appveyor.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,31 +27,31 @@ deploy:
2727
server:
2828
api_key:
2929
secure: ejD7WLs3aqlXgHLyWq444QK6pnMT6g/QiRxptqIGaOgKvGM7SJ17r/QH6e1jEJ9M
30-
skip_symbols: true
30+
skip_symbols: false
3131
on:
3232
branch: master
3333
- provider: NuGet
3434
artifact: /.*\.s?nupkg/
3535
server:
3636
api_key:
3737
secure: ejD7WLs3aqlXgHLyWq444QK6pnMT6g/QiRxptqIGaOgKvGM7SJ17r/QH6e1jEJ9M
38-
skip_symbols: true
38+
skip_symbols: false
3939
on:
4040
branch: develop
4141
- provider: NuGet
4242
artifact: /.*\.s?nupkg/
4343
server:
4444
api_key:
4545
secure: ejD7WLs3aqlXgHLyWq444QK6pnMT6g/QiRxptqIGaOgKvGM7SJ17r/QH6e1jEJ9M
46-
skip_symbols: true
46+
skip_symbols: false
4747
on:
4848
branch: /release\/.+/
4949
- provider: NuGet
5050
artifact: /.*\.s?nupkg/
5151
server: https://www.myget.org/F/easynetq-unstable/api/v2/package
5252
api_key:
5353
secure: +0aKxcCHqWvvdJxA4dh1ToRqwA6x8yqhfrYDIeOjQu6Skpg/UrwxAPBik8z6be99
54-
skip_symbols: true
54+
skip_symbols: false
5555
on:
5656
branch: /feature\/.+/
5757

@@ -65,4 +65,4 @@ skip_commits:
6565
- licence.txt
6666
- DatabaseScripts/*
6767

68-
skip_tags: true
68+
skip_tags: true

0 commit comments

Comments
 (0)