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]
|
||||
[InlineData("TestAppWithRuntimeOptions")]
|
||||
[InlineData("TestAppWithContents")]
|
||||
[InlineData("AppWithAssemblyInfo")]
|
||||
public void It_migrates_apps(string projectName)
|
||||
{
|
||||
var projectDirectory = TestAssetsManager.CreateTestInstance(projectName, callingMethod: "i")
|
||||
|
|
Loading…
Add table
Reference in a new issue