Skip to content

Commit

Permalink
Instrumentation for chasing down missing Helix artifact (test runtime)
Browse files Browse the repository at this point in the history
  • Loading branch information
trylek committed Dec 1, 2019
1 parent 92d4675 commit 9701d36
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/libraries/sendtohelix.proj
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@
Outputs="$(TestArchiveRuntimeFile)"
Condition="'$(TargetGroup)' != 'AllConfigurations'">

<Message Importance="High" Text="CompressRuntimeDirectory: TestArchiveRuntimeRoot=$(TestArchiveRuntimeRoot)" />
<Message Importance="High" Text="CompressRuntimeDirectory: TestArchiveRuntimeFile=$(TestArchiveRuntimeFile)" />

<MakeDir Directories="$(TestArchiveRuntimeRoot)" />
<ZipDirectory SourceDirectory="$(TestHostRootPath)"
DestinationFile="$(TestArchiveRuntimeFile)"
Expand All @@ -94,6 +97,11 @@
<Target Name="BuildHelixWorkItems"
DependsOnTargets="CompressRuntimeDirectory">

<Message Importance="High" Text="BuildHelixWorkItems: _RuntimeInputs = @(_RuntimeInputs)" />
<Message Importance="High" Text="BuildHelixWorkItems: TestArchiveRuntimeDependency = @(TestArchiveRuntimeDependency)" />
<Message Importance="High" Text="BuildHelixWorkItems: TestArchiveRuntimeFile = @(TestArchiveRuntimeFile)" />
<Message Importance="High" Text="BuildHelixWorkItems: TargetGroup = @(TargetGroup)" />

<ItemGroup>
<HelixCorrelationPayload Include="$(HelixCorrelationPayload)" />

Expand Down

0 comments on commit 9701d36

Please sign in to comment.