From 9153c7ffa5bae8629cbacce186c81b46f3cbc19f Mon Sep 17 00:00:00 2001 From: amaitland Date: Tue, 20 Jan 2015 18:07:47 +1000 Subject: [PATCH] Now that `2171` is the master build output the nuget packages to the primary myget feed. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 3014dab01f..7cfcc92bf5 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -19,7 +19,7 @@ artifacts: # Publish to myget.org feed deploy: provider: NuGet - server: https://www.myget.org/F/cefsharp-2171/ + server: https://www.myget.org/F/cefsharp/ api_key: secure: T3yoLSioRwXa7byUvu17t4I88RTQTvICh2j+KplLb1YVimd1IYy2m2akGqgOMJhY skip_symbols: true