Skip to content

Commit 1f408c1

Browse files
authored
fix: disable publishing symbol packages (#611)
Seems that there is a problem at the moment: https://twitter.com/fgreinacher/status/1273314597584416768
1 parent 0a8856c commit 1f408c1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ before_build:
2929

3030
build:
3131
publish_nuget: true
32-
publish_nuget_symbols: true
32+
# Disable symbol publishing until https://twitter.com/fgreinacher/status/1273314597584416768 is resolved.
33+
# publish_nuget_symbols: true
3334

3435
before_package:
3536
# This step replaces the inheritdoc tags in the xml documentation with documentation from mscorlib.xml

0 commit comments

Comments
 (0)