From 0e802063ba9349502d921bd467e6929015eea0f9 Mon Sep 17 00:00:00 2001 From: Jeavon Date: Fri, 26 Feb 2016 21:44:48 +0000 Subject: [PATCH] Shouldn't need to explicitly remove the Nuget feed as it's defined in NuGet.config Former-commit-id: 33b9f113612a476ae9bf0de7bd5c6e58e8e42eed Former-commit-id: c27ec443e6cacb6840112586462eaff35583785a Former-commit-id: 1c38cc8e3eedf224728f095909228ea2bb9ee647 --- appveyor.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index a2794e500d..7176b42b8e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,10 +1,6 @@ version: v1.0.0.{build} os: Visual Studio 2015 -install: -# Remove NuGet v2 source as we want to use v3 for everything -- cmd: nuget sources remove -Name nuget.org - assembly_info: patch: true file: '**\AssemblyInfo.*'