Skip to content
This repository was archived by the owner on Feb 10, 2024. It is now read-only.

Commit 59bdf0a

Browse files
committed
Disabled the NuGet symbols deploy
Apparently the SSL certificate for SymbolSource has expired, throwing a build error for our NuGet deploy. re: NuGet/Home#6082 (comment)
1 parent fd809be commit 59bdf0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ deploy:
4646
# NuGet Deployment for releases
4747
- provider: NuGet
4848
server:
49+
skip_symbols: true
4950
api_key:
5051
secure: vEophXSqus5F60LRBY4/j1l6K/S5+n3/yYpiID3O7JJW1gyj+0q0enuHhN3tgdhl
5152
artifact: /.*\.nupkg/

0 commit comments

Comments
 (0)