Skip to content

Commit 5d0cd66

Browse files
committed
Disable push to myget
Error publishing package. NuGet server returned 413: The total packages size for the pending uploads is too large. The feed owner may have to upgrade the MyGet subscription to resolve this issue. https://ci.appveyor.com/project/cefsharp/cef-binary-5r1rw/builds/38671671 Revert to pulling them in manually from the myget website
1 parent 12530d1 commit 5d0cd66

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

appveyor.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ artifacts:
2323
name: nupkgfiles
2424

2525
# Publish to myget feed
26-
deploy:
27-
provider: NuGet
28-
server: https://www.myget.org/F/cefsharp/api/v2/package
29-
api_key:
30-
secure: V8du2PPvMPok3Ya701jt5v2XWQgOZf52/H5wDHXBpKvXYkIIe8sonhVUy2TmEkqt
31-
artifact: nupkgfiles
26+
#deploy:
27+
# provider: NuGet
28+
# server: https://www.myget.org/F/cefsharp/api/v2/package
29+
# api_key:
30+
# secure: V8du2PPvMPok3Ya701jt5v2XWQgOZf52/H5wDHXBpKvXYkIIe8sonhVUy2TmEkqt
31+
# artifact: nupkgfiles

0 commit comments

Comments
 (0)