From edb5f4e80a1ea56a4a234de627154ff937ed1b70 Mon Sep 17 00:00:00 2001 From: Doug Bunting <6431421+dougbu@users.noreply.github.com> Date: Fri, 3 Jun 2022 16:19:54 -0700 Subject: [PATCH] Define `$(HelixTestConfigurationFilePath)` - avoid problems caused by an undocumented dependency in the Helix SDK on the Arcade SDK - symptoms were a complete lack of retries in our Helix work items --- eng/helix/helix.proj | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/eng/helix/helix.proj b/eng/helix/helix.proj index e07da3d710de..3d429e3b1635 100644 --- a/eng/helix/helix.proj +++ b/eng/helix/helix.proj @@ -39,6 +39,13 @@ >$([MSBuild]::NormalizeDirectory('$(RepoRoot)', 'artifacts', 'bin')) $([MSBuild]::NormalizeDirectory('$(ArtifactsBinDir)', '$(MSBuildProjectName)')) + + + $(RepoRoot)eng/test-configuration.json