Renaming a test asset to avoid running into long path issues on Windows.
This commit is contained in:
parent
b60b134674
commit
0ebb92f3c4
4 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ namespace Microsoft.DotNet.Migration.Tests
|
||||||
}
|
}
|
||||||
|
|
||||||
[WindowsOnlyTheory]
|
[WindowsOnlyTheory]
|
||||||
[InlineData("TestAppWithMultipleFrameworksAndNoRuntimes", null)]
|
[InlineData("TestAppMultipleFrameworksNoRuntimes", null)]
|
||||||
[InlineData("TestAppWithMultipleFullFrameworksOnly", "net461")]
|
[InlineData("TestAppWithMultipleFullFrameworksOnly", "net461")]
|
||||||
public void ItMigratesAppsWithFullFramework(string projectName, string framework)
|
public void ItMigratesAppsWithFullFramework(string projectName, string framework)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue