From 1f3356b330fe81ff54b715634cdceb1928484886 Mon Sep 17 00:00:00 2001 From: Livar Cunha Date: Wed, 28 Dec 2016 22:03:18 -0800 Subject: [PATCH] Copying the nuget.config template for the publish web app test, so that the new tools packages can be resolved. --- test/dotnet-migrate.Tests/GivenThatIWantToMigrateTestApps.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/dotnet-migrate.Tests/GivenThatIWantToMigrateTestApps.cs b/test/dotnet-migrate.Tests/GivenThatIWantToMigrateTestApps.cs index 98325b076..d6ded40b4 100644 --- a/test/dotnet-migrate.Tests/GivenThatIWantToMigrateTestApps.cs +++ b/test/dotnet-migrate.Tests/GivenThatIWantToMigrateTestApps.cs @@ -136,6 +136,8 @@ namespace Microsoft.DotNet.Migration.Tests .WithSourceFiles(); var projectDirectory = testInstance.Root.FullName; + + File.Copy("NuGet.tempaspnetpatch.config", Path.Combine(projectDirectory, "NuGet.Config")); MigrateProject(new [] { projectDirectory });