Skip to content

Commit 4a5f280

Browse files
Disable shadow copying during xUnit tests
1 parent e546cd5 commit 4a5f280

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

src/Microsoft.NuGet.Build.Tasks.Tests/Microsoft.NuGet.Build.Tasks.Tests.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
</ProjectReference>
7474
</ItemGroup>
7575
<ItemGroup>
76+
<None Include="app.config" />
7677
<None Include="Json\analyzers.json" />
7778
<None Include="Json\FluentAssertions.lock.json" />
7879
<None Include="Json\FluentAssertionsAndWin10.lock.json" />
@@ -106,4 +107,4 @@
106107
<Target Name="AfterBuild">
107108
</Target>
108109
-->
109-
</Project>
110+
</Project>
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<configuration>
3+
<appSettings>
4+
<add key="xunit.shadowCopy" value="false"/>
5+
</appSettings>
6+
</configuration>

0 commit comments

Comments
 (0)