add *.xproj.user to backup file types
This commit is contained in:
parent
be61afcfa5
commit
d39ee4a463
9 changed files with 66 additions and 3 deletions
|
@ -84,7 +84,7 @@ namespace Microsoft.DotNet.Migration.Tests
|
|||
{
|
||||
var catalog = new Dictionary<string, string>();
|
||||
|
||||
var patterns = new [] { "global.json", "project.json", "*.xproj" };
|
||||
var patterns = new [] { "global.json", "project.json", "*.xproj", "*.xproj.user" };
|
||||
|
||||
foreach (var pattern in patterns)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue