diff --git a/src/tests/Common/dir.common.props b/src/tests/Common/dir.common.props
index 2dafcc0b37d779..617bf746d118a1 100644
--- a/src/tests/Common/dir.common.props
+++ b/src/tests/Common/dir.common.props
@@ -16,8 +16,6 @@
$([MSBuild]::NormalizePath('$(BaseOutputPath)\$(OSPlatformConfig)\'))
$(BaseOutputPathWithConfig)
- $(BaseOutputPathWithConfig)
-
$([MSBuild]::NormalizePath('$(RepoRoot)/src/tests/'))
$(BaseOutputPathWithConfig)
$([MSBuild]::MakeRelative($(TestSrcDir), $(MSBuildProjectDirectory)))\$(MSBuildProjectName)\
diff --git a/src/tests/Common/helixpublishwitharcade.proj b/src/tests/Common/helixpublishwitharcade.proj
index 820036b7e72681..c3db59af0fef8b 100644
--- a/src/tests/Common/helixpublishwitharcade.proj
+++ b/src/tests/Common/helixpublishwitharcade.proj
@@ -85,7 +85,6 @@
- $([MSBuild]::NormalizeDirectory($(TestWorkingDir)))
$(TestBinDir)Tests\Core_Root\
$(TestBinDir)Payloads\
$([MSBuild]::NormalizeDirectory($(PayloadsRootDirectory)))