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

Hide test infrastructure from the solution explorer (#38000)

上级 77fce016
No related branches found
No related tags found
无相关合并请求
......@@ -16,7 +16,7 @@
<Reference Include="Microsoft.AspNetCore.Testing" />
<Reference Include="Moq" />
<Reference Include="NETStandard.Library" />
<Compile Include="$(SharedSourceRoot)test\SuccessfulTests.cs" LinkBase="SharedTests" />
<Compile Include="$(SharedSourceRoot)test\SuccessfulTests.cs" LinkBase="SharedTests" Visible="false" />
</ItemGroup>
<Import Project="$(RepoRoot)src\Testing\src\build\Microsoft.AspNetCore.Testing.props" Condition=" '$(IsTestProject)' == 'true' " />
......
......@@ -63,10 +63,10 @@
<!-- Item group has to be defined here because Helix.props is evaluated before xunit.runner.console.props -->
<ItemGroup Condition="$(BuildHelixPayload)">
<Content Include="@(HelixContent)" />
<Content Include="$(RepoRoot)eng\scripts\Download.ps1" />
<Content Include="$(RepoRoot)NuGet.config" />
<Content Include="$(RepoRoot)global.json" />
<Content Include="@(HelixContent)" Visible="false" />
<Content Include="$(RepoRoot)eng\scripts\Download.ps1" Visible="false" />
<Content Include="$(RepoRoot)NuGet.config" Visible="false" />
<Content Include="$(RepoRoot)global.json" Visible="false" />
<ContentWithTargetPath Include="
$(RepoRoot)eng\common\pipeline-logging-functions.*;
$(RepoRoot)eng\common\tools.*">
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册