From 34e10f7b2ca1c8677781ab0414d8127bc8d9b15e Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Wed, 20 Sep 2017 17:39:54 -0700 Subject: [PATCH] Add additional repositories that are being patched --- build/Repositories.props | 40 ++-- build/artifacts.props | 227 ++++++++++++++-------- build/repo.targets | 9 +- build/tasks/CopyPackagesToSplitFolders.cs | 2 +- 4 files changed, 178 insertions(+), 100 deletions(-) diff --git a/build/Repositories.props b/build/Repositories.props index 793a7913f2..4048a5a71d 100644 --- a/build/Repositories.props +++ b/build/Repositories.props @@ -1,53 +1,53 @@ + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - diff --git a/build/artifacts.props b/build/artifacts.props index 7e703fbfee..4ff91c3429 100644 --- a/build/artifacts.props +++ b/build/artifacts.props @@ -1,80 +1,155 @@ + + + false + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/build/repo.targets b/build/repo.targets index 73a7bb8306..b0e1916ba5 100644 --- a/build/repo.targets +++ b/build/repo.targets @@ -91,8 +91,6 @@ - - @@ -211,11 +209,16 @@ + + + + + diff --git a/build/tasks/CopyPackagesToSplitFolders.cs b/build/tasks/CopyPackagesToSplitFolders.cs index d9e43808ba..9162492f6d 100644 --- a/build/tasks/CopyPackagesToSplitFolders.cs +++ b/build/tasks/CopyPackagesToSplitFolders.cs @@ -51,7 +51,7 @@ namespace RepoTasks if (!expectedPackages.TryGetCategory(identity.Id, out var category)) { Log.LogError($"Unexpected package artifact with id: {identity.Id}"); - return false; + continue; } string destDir;