summaryrefslogtreecommitdiff
path: root/tests/helixpublish.proj
diff options
context:
space:
mode:
authorRuss Keldorph <Russ.Keldorph@microsoft.com>2018-03-28 12:34:59 -0700
committerRuss Keldorph <russ.keldorph@microsoft.com>2018-03-28 12:52:36 -0700
commita79ca6566567188a408cfcf4859286fc87e5c449 (patch)
treefeac2842934e7a28a3daefce64f2022540242730 /tests/helixpublish.proj
parentc574662c3338a3bee8da11acf6c5f11565cad048 (diff)
downloadcoreclr-a79ca6566567188a408cfcf4859286fc87e5c449.tar.gz
coreclr-a79ca6566567188a408cfcf4859286fc87e5c449.tar.bz2
coreclr-a79ca6566567188a408cfcf4859286fc87e5c449.zip
Unique-ify name of TestList.json to avoid collisions
Fixes #16840
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>