Skip to content

Commit ecdeda7

Browse files
authored
[release/6.0] Define $(HelixTestConfigurationFilePath) (#42031)
- manual backport of #42029 - 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
1 parent 82ee208 commit ecdeda7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

eng/helix/helix.proj

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,13 @@
4747

4848
<!-- Similar to ProjectLayout.props in the Arcade SDK. The Helix SDK contains nothing similar. -->
4949
<OutputPath Condition=" '$(OutputPath)' == '' ">$(RepoRoot)artifacts\bin\$(MSBuildProjectName)\</OutputPath>
50+
51+
<!--
52+
Define $(HelixTestConfigurationFilePath) so the Helix SDK automatically includes our test config file in the
53+
correlation payload. The Helix SDK has a fallback value that doesn't work w/o including the Arcade SDK and
54+
we intentionally do not do that in this project.
55+
-->
56+
<HelixTestConfigurationFilePath>$(RepoRoot)eng/test-configuration.json</HelixTestConfigurationFilePath>
5057
</PropertyGroup>
5158

5259
<!-- Specify the runtime we need which will be included as a correlation payload -->

0 commit comments

Comments
 (0)