Fix long path

This commit is contained in:
Piotr Puszkiewicz 2017-02-28 11:58:06 -08:00
parent e685a808a1
commit 5d6acc03d1
4 changed files with 1 additions and 1 deletions

View file

@ -62,7 +62,7 @@ namespace Microsoft.DotNet.Migration.Tests
}
[WindowsOnlyTheory]
[InlineData("TestAppMultipleFrameworksNoRuntimes", null)]
[InlineData("AppWith2Tfm0Rid", null)]
[InlineData("TestAppWithMultipleFullFrameworksOnly", "net461")]
public void ItMigratesAppsWithFullFramework(string projectName, string framework)
{