Skip to content

Commit

Permalink
Exclude content files when publishing NuGet packages (#3).
Browse files Browse the repository at this point in the history
  • Loading branch information
GillesTourreau committed Jun 13, 2024
1 parent daaf0f9 commit 8668f63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
7 changes: 2 additions & 5 deletions src/Communication.UI.Blazor/Communication.UI.Blazor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,6 @@
<SupportedPlatform Include="browser" />
</ItemGroup>

<ItemGroup>
<AdditionalFiles Remove="..\..\stylecop.json" />
<AdditionalFiles Include="stylecop.json" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.Web" />
</ItemGroup>
Expand All @@ -74,9 +69,11 @@
<ItemGroup>
<Content Update="AzureCommunicationReact\package-lock.json">
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
<Pack>false</Pack>
</Content>
<Content Update="AzureCommunicationReact\package.json">
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
<Pack>false</Pack>
</Content>
</ItemGroup>

Expand Down
9 changes: 0 additions & 9 deletions src/Communication.UI.Blazor/stylecop.json

This file was deleted.

0 comments on commit 8668f63

Please sign in to comment.