Adding a E2E test for migrating an app with AssemblyInfo.
This commit is contained in:
parent
f863630fd8
commit
017fe529c1
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ namespace Microsoft.DotNet.Migration.Tests
|
||||||
[Theory]
|
[Theory]
|
||||||
[InlineData("TestAppWithRuntimeOptions")]
|
[InlineData("TestAppWithRuntimeOptions")]
|
||||||
[InlineData("TestAppWithContents")]
|
[InlineData("TestAppWithContents")]
|
||||||
|
[InlineData("AppWithAssemblyInfo")]
|
||||||
public void It_migrates_apps(string projectName)
|
public void It_migrates_apps(string projectName)
|
||||||
{
|
{
|
||||||
var projectDirectory = TestAssetsManager.CreateTestInstance(projectName, callingMethod: "i")
|
var projectDirectory = TestAssetsManager.CreateTestInstance(projectName, callingMethod: "i")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue