Thanks to visit codestin.com Credit goes to github.com
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 de2de6f commit 3ad4565Copy full SHA for 3ad4565
LibGit2Sharp.Tests/LibGit2Sharp.Tests.csproj
@@ -23,10 +23,8 @@
23
<ItemGroup>
24
<Compile Include="..\LibGit2Sharp\Core\Platform.cs" Link="TestHelpers\Platform.cs" />
25
<Compile Remove="desktop\**" Condition="'$(TargetFramework)' != 'net46'" />
26
- </ItemGroup>
27
-
28
- <ItemGroup>
29
<Content Include="Resources\**\*.*" CopyToOutputDirectory="PreserveNewest" />
+ <None Update="xunit.runner.json" CopyToOutputDirectory="PreserveNewest" />
30
</ItemGroup>
31
32
<Target Name="CopyTestAppExes" AfterTargets="ResolveProjectReferences">
LibGit2Sharp.Tests/xunit.runner.json
@@ -0,0 +1,4 @@
1
+{
2
+ "$schema": "https://xunit.github.io/schema/current/xunit.runner.schema.json",
3
+ "shadowCopy": false
4
+}
0 commit comments