Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Commit

Permalink
Light up prodcon tests with correct helix source (#27108)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmitche authored Feb 14, 2018
1 parent 2e2b497 commit b661735
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/upload-tests.proj
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@

<HelixJobType Condition="'$(HelixJobType)'==''">test/functional/cli/</HelixJobType>

<!-- Detect whether we are on a product construction build via ProductBuildId. If so, set source appropriately -->
<HelixSource Condition="'$(HelixSource)'=='' And '$(IsOfficial)'!='' And '$(TestProduct)'!='' And '$(Branch)'!='' And '$(ProductBuildId)'!=''">prodcon/$(TestProduct)/$(Branch)/</HelixSource>
<HelixSource Condition="'$(HelixSource)'=='' And '$(IsOfficial)'!='' And '$(TestProduct)'!='' And '$(Branch)'!=''">official/$(TestProduct)/$(Branch)/</HelixSource>
<HelixSource Condition="'$(HelixSource)'=='' And '$(IsOfficial)'=='' And '$(TestProduct)'!='' And '$(Branch)'!=''">pr/$(TestProduct)/$(Branch)/</HelixSource>
<HelixSource Condition="'$(HelixSource)'==''">pr/unknown/</HelixSource>
Expand Down Expand Up @@ -161,4 +163,4 @@
<Message Text="Work Item:%(LocalExecutionLogs.WorkItemFriendlyName)%0a@(LocalExecutionLogs, '%0a')%0a" />
</Target>

</Project>
</Project>

0 comments on commit b661735

Please sign in to comment.