Skip to content

Commit ea1d5b3

Browse files
authored
Fix xunit.runner.json inclusion
1 parent 1590583 commit ea1d5b3

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

test/Directory.Build.props

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the MIT license. See License.txt in the project root for full license information. -->
31
<Project>
42

53
<PropertyGroup>
6-
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
74
<DefaultItemExcludes>$(DefaultItemExcludes);**/*.tmp</DefaultItemExcludes>
5+
<XUnitDesktopSettingsFile>$(MSBuildThisFileDirectory)xunit.runner.json</XUnitDesktopSettingsFile>
6+
<XUnitCoreSettingsFile>$(MSBuildThisFileDirectory)xunit.runner.json</XUnitCoreSettingsFile>
87
</PropertyGroup>
98

109
<Import Project="..\Directory.Build.props" />
@@ -38,7 +37,4 @@
3837
<Using Include="Xunit.Abstractions" />
3938
</ItemGroup>
4039

41-
<ItemGroup>
42-
<Content Include="$(MSBuildThisFileDirectory)xunit.runner.json" CopyToOutputDirectory="PreserveNewest" />
43-
</ItemGroup>
4440
</Project>

0 commit comments

Comments
 (0)