Skip to content

Commit 3911782

Browse files
committed
Merge in 'release/6.0' changes
2 parents dbaafbd + ecdeda7 commit 3911782

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)