Skip to content

Commit

Permalink
Remove ItemGroup that removes SnippetGenerator Test
Browse files Browse the repository at this point in the history
  • Loading branch information
chidozieononiwu committed Jul 23, 2021
1 parent f5e20a4 commit 3731b4b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/dotnet/SnippetGenerator/SnippetGenerator.csproj
Expand Up @@ -5,12 +5,6 @@
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
<Compile Remove="SnippetGenerator.Tests\**" />
<EmbeddedResource Remove="SnippetGenerator.Tests\**" />
<None Remove="SnippetGenerator.Tests\**" />
</ItemGroup>

<ItemGroup>
<None Include="$(OutputPath)\**\*" PackagePath="tools\net5.0" Pack="true" />
</ItemGroup>
Expand Down

0 comments on commit 3731b4b

Please sign in to comment.