Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions eng/helix/helix.proj
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,13 @@

<!-- Similar to ProjectLayout.props in the Arcade SDK. The Helix SDK contains nothing similar. -->
<OutputPath Condition=" '$(OutputPath)' == '' ">$(RepoRoot)artifacts\bin\$(MSBuildProjectName)\</OutputPath>

<!--
Define $(HelixTestConfigurationFilePath) so the Helix SDK automatically includes our test config file in the
correlation payload. The Helix SDK has a fallback value that doesn't work w/o including the Arcade SDK and
we intentionally do not do that in this project.
-->
<HelixTestConfigurationFilePath>$(RepoRoot)eng/test-configuration.json</HelixTestConfigurationFilePath>
</PropertyGroup>

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