Skip to content
代码片段 群组 项目
未验证 提交 ecdeda76 编辑于 作者: Doug Bunting's avatar Doug Bunting 提交者: GitHub
浏览文件

[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
上级 82ee2086
No related branches found
No related tags found
无相关合并请求
...@@ -47,6 +47,13 @@ ...@@ -47,6 +47,13 @@
<!-- Similar to ProjectLayout.props in the Arcade SDK. The Helix SDK contains nothing similar. --> <!-- Similar to ProjectLayout.props in the Arcade SDK. The Helix SDK contains nothing similar. -->
<OutputPath Condition=" '$(OutputPath)' == '' ">$(RepoRoot)artifacts\bin\$(MSBuildProjectName)\</OutputPath> <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> </PropertyGroup>
<!-- Specify the runtime we need which will be included as a correlation payload --> <!-- Specify the runtime we need which will be included as a correlation payload -->
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册