Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2sharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'CI/build.msbuild')
-rw-r--r--CI/build.msbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/CI/build.msbuild b/CI/build.msbuild
index 77717ee6..97c50335 100644
--- a/CI/build.msbuild
+++ b/CI/build.msbuild
@@ -37,7 +37,7 @@
</Target>
<Target Name="Test" DependsOnTargets="Build">
- <xunit Assemblies="$(TestBuildDir)/LibGit2Sharp.Tests.dll" ShadowCopy="false" Xml="$(DeployFolder)/Test-result.xml" />
+ <xunit Assemblies="$(TestBuildDir)/LibGit2Sharp.Tests.dll" ShadowCopy="false" WorkingFolder="$(TestBuildDir)" Xml="$(DeployFolder)/Test-result.xml" />
</Target>
<Target Name="Deploy" DependsOnTargets="Test">