Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit

Permalink
Fix intermittent failure with libgit2sharp.
Browse files Browse the repository at this point in the history
Sometimes unit tests were failing to find the nativate libgit2sharp binaries under ncrunch. This fixes that.
  • Loading branch information
grokys committed Oct 18, 2018
1 parent 14f0697 commit 2e39d24
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .ncrunch/GitHub.App.UnitTests.v3.ncrunchproject
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<ProjectConfiguration>
<Settings>
<CopyReferencedAssembliesToWorkspace>True</CopyReferencedAssembliesToWorkspace>
</Settings>
</ProjectConfiguration>
5 changes: 5 additions & 0 deletions .ncrunch/GitHub.Exports.UnitTests.v3.ncrunchproject
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<ProjectConfiguration>
<Settings>
<CopyReferencedAssembliesToWorkspace>True</CopyReferencedAssembliesToWorkspace>
</Settings>
</ProjectConfiguration>

0 comments on commit 2e39d24

Please sign in to comment.