From 62cdfc33f9f813bdcf34b52bfe11d82eebf3c1d0 Mon Sep 17 00:00:00 2001 From: Tommy Parnell Date: Wed, 8 Apr 2015 17:21:20 -0400 Subject: [PATCH] add backup mirror for nuget packages --- NuGet.config | 1 + appveyor.yml | 9 ++++++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/NuGet.config b/NuGet.config index 45a550b..ca2dcbe 100644 --- a/NuGet.config +++ b/NuGet.config @@ -2,5 +2,6 @@ + diff --git a/appveyor.yml b/appveyor.yml index 60696e8..fb63dd5 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -17,7 +17,14 @@ build: verbosity: normal deploy: - provider: NuGet + server: api_key: secure: fGNwXOtebe3kxu5SrB90CrbaCxVxuzuCQh3Ipcc0G/3cutoNZf7d7G6AaQ4fRv2l on: - branch: master \ No newline at end of file + branch: release +- provider: NuGet + server: https://www.myget.org/F/untappd-net/ + api_key: + secure: wsN6BzH8ETiXhB9SndP57mHhivqM+CVnghI/+w5XE3bI8K092Z4V4FrJixcrxKnI + on: + branch: release