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:
parent
fa675cb5e5
commit
1f3356b330
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue