We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b0c803 commit 12530d1Copy full SHA for 12530d1
appveyor.yml
@@ -22,10 +22,10 @@ artifacts:
22
- path: NuGet\*.nupkg
23
name: nupkgfiles
24
25
-# Publish to appveyor nuget feed
26
-#deploy:
27
- #provider: NuGet
28
- #server: https://ci.appveyor.com/nuget/cefsharp-ci
29
- #api_key:
30
- # secure: vNESC6IT/8JSw4bcX9i68/mj0K1Jhq1apofM4pQtbuw=
31
- #artifact: nupkgfiles
+# Publish to myget feed
+deploy:
+ provider: NuGet
+ server: https://www.myget.org/F/cefsharp/api/v2/package
+ api_key:
+ secure: V8du2PPvMPok3Ya701jt5v2XWQgOZf52/H5wDHXBpKvXYkIIe8sonhVUy2TmEkqt
+ artifact: nupkgfiles
0 commit comments