diff --git a/src/tests/Common/helixpublishwitharcade.proj b/src/tests/Common/helixpublishwitharcade.proj index c129179b999b7..522d147daff80 100644 --- a/src/tests/Common/helixpublishwitharcade.proj +++ b/src/tests/Common/helixpublishwitharcade.proj @@ -358,7 +358,7 @@ <_MergedWrapperRunScript Include="$([System.IO.Path]::ChangeExtension('%(_MergedWrapperMarker.Identity)', '.$(TestScriptExtension)'))" /> - + <_MergedWrapperDirectory>$([System.IO.Path]::GetDirectoryName('%(_MergedWrapperRunScript.Identity)')) <_MergedWrapperParentDirectory>$([System.IO.Path]::GetDirectoryName('$(_MergedWrapperDirectory)')) <_MergedWrapperName>%(_MergedWrapperRunScript.FileName) @@ -366,14 +366,11 @@ <_MergedWrapperRunScriptPrefix Condition="'$(TestWrapperTargetsWindows)' == 'true'">call - + <_MergedWrapperOutOfProcessTestMarkers Include="$(_MergedWrapperParentDirectory)/**/*.OutOfProcessTest" /> <_MergedWrapperOutOfProcessTestFiles Include="%(_MergedWrapperOutOfProcessTestMarkers.RootDir)%(_MergedWrapperOutOfProcessTestMarkers.Directory)/**" Condition="'@(_MergedWrapperOutOfProcessTestMarkers)' != ''" /> - - - <_MergedPayloadGroups Include="$(_MergedWrapperName)" /> <_MergedPayloadFiles Include="$(_MergedWrapperDirectory)/**" /> <_MergedPayloadFiles Include="@(_MergedWrapperOutOfProcessTestFiles)" /> @@ -476,7 +473,8 @@ + Lines="@(FilteredTestExclusionList)" + Condition="'@(_TestExclusionListPlaceholder)' != ''" /> + Lines="@(FilteredTestExclusionList)" + Condition="'@(_TestExclusionListPlaceholder)' != ''" />