Unique-ify name of TestList.json to avoid collisions
authorRuss Keldorph <Russ.Keldorph@microsoft.com>
Wed, 28 Mar 2018 19:34:59 +0000 (12:34 -0700)
committerRuss Keldorph <russ.keldorph@microsoft.com>
Wed, 28 Mar 2018 19:52:36 +0000 (12:52 -0700)
Fixes #16840

tests/helixpublish.proj

index 5d1b7d1d81c3083cb351f0d19b45e01dcca7aabf..cd1d3bf29b57b24663832517c8e32086dfc31780 100644 (file)
@@ -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 -->
     <CallTarget Condition="'$(EnableCloudTest)' != 'false'" Targets="CoreClrPreCloudBuild;HelixCloudBuild" />
   </Target>
   
-</Project>
\ No newline at end of file
+</Project>