diff --git a/src/libraries/sendtohelixhelp.proj b/src/libraries/sendtohelixhelp.proj index 7f814136d5546..d799082fcd3c2 100644 --- a/src/libraries/sendtohelixhelp.proj +++ b/src/libraries/sendtohelixhelp.proj @@ -242,6 +242,8 @@ <_WorkItem Include="$(WorkItemArchiveWildCard)" Exclude="$(HelixCorrelationPayload)" /> + <_WorkItem Include="$(TestArchiveRoot)runonly/**/console/*.zip" Condition="'$(TargetOS)' == 'Browser' and '$(Scenario)' != 'WasmTestOnBrowser'" /> + <_WorkItem Include="$(TestArchiveRoot)runonly/**/browser/*.zip" Condition="'$(TargetOS)' == 'Browser' and '$(Scenario)' == 'WasmTestOnBrowser'" /> %(Identity) @@ -250,22 +252,6 @@ - - - <_RunOnlyWorkItem Include="$(TestArchiveRoot)runonly/**/console/*.zip" /> - - %(Identity) - - - - - - <_RunOnlyWorkItem Include="$(TestArchiveRoot)runonly/**/browser/*.zip" /> - - %(Identity) - - -