diff --git a/build/repo.targets b/build/repo.targets
index 150edb552e..6e4b31e51b 100644
--- a/build/repo.targets
+++ b/build/repo.targets
@@ -168,14 +168,14 @@
-
-
+
<_PackageArtifactWithoutMatchingInfo Include="@(_Temp)" Exclude="@(PackageArtifact)" />
diff --git a/build/tasks/JoinItems.cs b/build/tasks/JoinRepoItems.cs
similarity index 99%
rename from build/tasks/JoinItems.cs
rename to build/tasks/JoinRepoItems.cs
index facfd4fa53..97f0ab9d0f 100644
--- a/build/tasks/JoinItems.cs
+++ b/build/tasks/JoinRepoItems.cs
@@ -10,7 +10,7 @@ using Microsoft.Build.Utilities;
namespace RepoTasks
{
- public class JoinItems : Task
+ public class JoinRepoItems : Task
{
[Required]
public ITaskItem[] Left { get; set; }
diff --git a/build/tasks/RepoTasks.tasks b/build/tasks/RepoTasks.tasks
index 17919c3e90..43323cf2e2 100644
--- a/build/tasks/RepoTasks.tasks
+++ b/build/tasks/RepoTasks.tasks
@@ -6,7 +6,7 @@
-
+