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