summaryrefslogtreecommitdiff
path: root/tests/helixpublish.proj
diff options
context:
space:
mode:
Diffstat (limited to 'tests/helixpublish.proj')
-rw-r--r--tests/helixpublish.proj3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/helixpublish.proj b/tests/helixpublish.proj
index 5d1b7d1d81..cd1d3bf29b 100644
--- a/tests/helixpublish.proj
+++ b/tests/helixpublish.proj
@@ -47,6 +47,7 @@
<BuildMoniker Condition="'$(IsOfficial)'=='true' And '$(ProductBuildId)'!=''">$(ProductBuildId)</BuildMoniker>
<HelixArchLabel>$(Platform)</HelixArchLabel>
<HelixConfigLabel>$(BuildType)</HelixConfigLabel>
+ <TestListFilename>$(Rid)-$(BuildType)-TestList.json</TestListFilename>
</PropertyGroup>
<!-- Set Helix environment vars based on target platform -->
@@ -102,4 +103,4 @@
<CallTarget Condition="'$(EnableCloudTest)' != 'false'" Targets="CoreClrPreCloudBuild;HelixCloudBuild" />
</Target>
-</Project> \ No newline at end of file
+</Project>