add *.xproj.user to backup file types

This commit is contained in:
Piotr Puszkiewicz 2016-11-16 01:10:55 -08:00
parent be61afcfa5
commit d39ee4a463
9 changed files with 66 additions and 3 deletions

View file

@ -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)
{