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;