We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff38b8a commit ea4c431Copy full SHA for ea4c431
1 file changed
Lombiq.HelpfulExtensions.Tests.UI/Lombiq.HelpfulExtensions.Tests.UI.csproj
@@ -2,7 +2,7 @@
2
3
<PropertyGroup>
4
<TargetFramework>net8.0</TargetFramework>
5
- <DefaultItemExcludes>$(DefaultItemExcludes);.git*;node_modules\**</DefaultItemExcludes>
+ <DefaultItemExcludes>$(DefaultItemExcludes);.git*</DefaultItemExcludes>
6
</PropertyGroup>
7
8
@@ -20,8 +20,6 @@
20
<ItemGroup>
21
<None Include="Readme.md" />
22
<None Include="NuGetIcon.png" Pack="true" PackagePath="" />
23
- <None Remove="node_modules\**" />
24
- <None Remove="Tests\**" />
25
<Content Include="Recipes\**">
26
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
27
<PackageCopyToOutput>true</PackageCopyToOutput>
0 commit comments