From b75d7696de87e582d22fa25334d21a816fff2bff Mon Sep 17 00:00:00 2001 From: wtgodbe Date: Mon, 13 Mar 2017 14:51:39 -0700 Subject: [PATCH] Re-insert Supplemental Payload into Helix payload Commit migrated from https://github.com/dotnet/coreclr/commit/1f73c041fb78a4c246bf098e82dea2496d401599 --- src/coreclr/tests/helixpublish.proj | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/src/coreclr/tests/helixpublish.proj b/src/coreclr/tests/helixpublish.proj index aa967f1..699e220 100644 --- a/src/coreclr/tests/helixpublish.proj +++ b/src/coreclr/tests/helixpublish.proj @@ -14,23 +14,29 @@ - - $(Platform)$(ConfigurationGroup)/Packages.zip - + true Tests.$(ConfigurationGroup).json $(TestWorkingDir)$(PayloadTestListFilename) - true - + + + $(Platform)$(ConfigurationGroup)/Packages.zip + + + + + + @(CorrelationPayloadUri) + $(DropUri)$(Platform)$(ConfigurationGroup)/Tests/$([System.String]::Copy('%(RecursiveDir)').Replace('\', '/'))%(CoreRootUri.Filename)%(CoreRootUri.Extension)$(DropUriReadOnlyToken) $(CorrelationPayloadUris);$(CoreRootUris) -- 2.7.4