Skip to content

Commit 12530d1

Browse files
committed
appveyor.yml - Publish builds directly to myget feed
1 parent 2b0c803 commit 12530d1

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

appveyor.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ artifacts:
2222
- path: NuGet\*.nupkg
2323
name: nupkgfiles
2424

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
25+
# 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

0 commit comments

Comments
 (0)