Skip to content

Commit 0d31a9d

Browse files
Exclude content files when publishing NuGet packages (#3).
1 parent 1700787 commit 0d31a9d

File tree

2 files changed

+2
-14
lines changed

2 files changed

+2
-14
lines changed

src/Communication.UI.Blazor/Communication.UI.Blazor.csproj

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,6 @@
4646
<SupportedPlatform Include="browser" />
4747
</ItemGroup>
4848

49-
<ItemGroup>
50-
<AdditionalFiles Remove="..\..\stylecop.json" />
51-
<AdditionalFiles Include="stylecop.json" />
52-
</ItemGroup>
53-
5449
<ItemGroup>
5550
<PackageReference Include="Microsoft.AspNetCore.Components.Web" />
5651
</ItemGroup>
@@ -64,9 +59,11 @@
6459
<ItemGroup>
6560
<Content Update="AzureCommunicationReact\package-lock.json">
6661
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
62+
<Pack>false</Pack>
6763
</Content>
6864
<Content Update="AzureCommunicationReact\package.json">
6965
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
66+
<Pack>false</Pack>
7067
</Content>
7168
</ItemGroup>
7269

src/Communication.UI.Blazor/stylecop.json

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)