Skip to content

Commit

Permalink
Merge branch 'xunitConfigMigration'
Browse files Browse the repository at this point in the history
  • Loading branch information
AArnott committed Jan 15, 2025
2 parents 8c45970 + 25d6df9 commit cbf8720
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
4 changes: 4 additions & 0 deletions test/Directory.Build.targets
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Project>
<ItemGroup>
<Content Include="xunit.runner.json" CopyToOutputDirectory="PreserveNewest" Condition="Exists('xunit.runner.json')" />
</ItemGroup>

<Import Project="$([MSBuild]::GetPathOfFileAbove($(MSBuildThisFile), $(MSBuildThisFileDirectory)..))" />
</Project>
5 changes: 0 additions & 5 deletions test/Library.Tests/app.config

This file was deleted.

4 changes: 4 additions & 0 deletions test/Library.Tests/xunit.runner.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "https://xunit.net/schema/current/xunit.runner.schema.json",
"shadowCopy": false
}

0 comments on commit cbf8720

Please sign in to comment.