From 4f766a3fa5211420344ec93421e55f4abb81d338 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Fri, 19 Aug 2016 11:01:50 -0700 Subject: [PATCH] Fix issues with feeds used to restore testapps * Remove duplicated feeds from testapps/NuGet.config * Don't specify feeds as part of restore. Let testapps/NuGet.config dictate this. * Switch to dotnet.myget.org --- NuGet.config | 2 +- .../Infrastructure/ApplicationTestFixture.cs | 4 ---- testapps/NuGet.config | 2 -- 3 files changed, 1 insertion(+), 7 deletions(-) diff --git a/NuGet.config b/NuGet.config index 5500f6d507..0fd623ffdd 100644 --- a/NuGet.config +++ b/NuGet.config @@ -1,7 +1,7 @@  - + diff --git a/test/Microsoft.AspNetCore.Mvc.Razor.Precompilation.Tests/Infrastructure/ApplicationTestFixture.cs b/test/Microsoft.AspNetCore.Mvc.Razor.Precompilation.Tests/Infrastructure/ApplicationTestFixture.cs index 0223bc9e5b..3e18e43254 100644 --- a/test/Microsoft.AspNetCore.Mvc.Razor.Precompilation.Tests/Infrastructure/ApplicationTestFixture.cs +++ b/test/Microsoft.AspNetCore.Mvc.Razor.Precompilation.Tests/Infrastructure/ApplicationTestFixture.cs @@ -91,10 +91,6 @@ namespace Microsoft.AspNetCore.Mvc.Razor.Precompilation var args = new[] { Path.Combine(applicationDirectory, "project.json"), - "-s", - packagesDirectory, - "-s", - ApplicationPaths.ArtifactPackagesDirectory, "--packages", TempRestoreDirectory, }; diff --git a/testapps/NuGet.config b/testapps/NuGet.config index 4243f75fa0..af0ad362e1 100644 --- a/testapps/NuGet.config +++ b/testapps/NuGet.config @@ -1,8 +1,6 @@  - -