Copying the nuget.config template for the publish web app test, so that the new tools packages can be resolved.

This commit is contained in:
Livar Cunha 2016-12-28 22:03:18 -08:00
parent fa675cb5e5
commit 1f3356b330

View file

@ -137,6 +137,8 @@ namespace Microsoft.DotNet.Migration.Tests
var projectDirectory = testInstance.Root.FullName;
File.Copy("NuGet.tempaspnetpatch.config", Path.Combine(projectDirectory, "NuGet.Config"));
MigrateProject(new [] { projectDirectory });
Restore(projectDirectory);