Skip to content

Commit 4348377

Browse files
committed
re-include logging files in nuget package and add test
1 parent 3eff5ce commit 4348377

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

KSPBuildTools.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<None Include="KSPCommon.props" Pack="True" PackagePath="build/KSPBuildTools.props" />
3939
<None Include="KSPCommon.targets" Pack="True" PackagePath="build/KSPBuildTools.targets" />
4040
<None Include="README.md" Pack="True" PackagePath="/"/>
41-
<None Include="include/*.cs" Pack="True" PackagePath="/build/include/"/>
41+
<None Include="include/**/*.cs" Pack="True" PackagePath="/build/include/"/>
4242
</ItemGroup>
4343

4444
<ItemGroup>
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
using KSPBuildTools;
2+
using UnityEngine;
3+
using HarmonyLib;
4+
using System.Collections.Generic;
5+
6+
public class pluginModNuget { }

0 commit comments

Comments
 (0)