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 9f7e134 commit 2eecb0bCopy full SHA for 2eecb0b
CI/build.msbuild
@@ -37,7 +37,7 @@
37
</Target>
38
39
<Target Name="Test" DependsOnTargets="Build">
40
- <xunit Assembly="$(TestBuildDir)/LibGit2Sharp.Tests.dll" Xml="$(DeployFolder)/Test-result.xml" />
+ <xunit Assembly="$(TestBuildDir)/LibGit2Sharp.Tests.dll" ShadowCopy="false" Xml="$(DeployFolder)/Test-result.xml" />
41
42
43
<Target Name="Deploy" DependsOnTargets="Test">
0 commit comments