Fixing the exclude pattern used by the Migration to exclude WEB SDK globs.
This commit is contained in:
parent
3dc266f21c
commit
480f2dd377
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ namespace Microsoft.DotNet.ProjectJsonMigration.Rules
|
|||
return content.Equals("wwwroot") ||
|
||||
content.Contains("web.config") ||
|
||||
content.Equals("**/*.cshtml") ||
|
||||
content.Equals(@"**\*.cshtml") ||
|
||||
content.Contains(".json");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue