We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e546cd5 commit 4a5f280Copy full SHA for 4a5f280
src/Microsoft.NuGet.Build.Tasks.Tests/Microsoft.NuGet.Build.Tasks.Tests.csproj
@@ -73,6 +73,7 @@
73
</ProjectReference>
74
</ItemGroup>
75
<ItemGroup>
76
+ <None Include="app.config" />
77
<None Include="Json\analyzers.json" />
78
<None Include="Json\FluentAssertions.lock.json" />
79
<None Include="Json\FluentAssertionsAndWin10.lock.json" />
@@ -106,4 +107,4 @@
106
107
<Target Name="AfterBuild">
108
</Target>
109
-->
-</Project>
110
+</Project>
src/Microsoft.NuGet.Build.Tasks.Tests/app.config
@@ -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