Merge pull request #4741 from piotrpMSFT/piotrpMSFT/issues/4739-xprojUser

add *.xproj.user to backup file types
This commit is contained in:
Livar 2016-11-16 09:30:17 -08:00 committed by GitHub
commit 09f62cdd7e
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)
{