File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 47
47
48
48
<!-- Similar to ProjectLayout.props in the Arcade SDK. The Helix SDK contains nothing similar. -->
49
49
<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 >
50
57
</PropertyGroup >
51
58
52
59
<!-- Specify the runtime we need which will be included as a correlation payload -->
You can’t perform that action at this time.
0 commit comments