Skip to content

Commit

Permalink
build(server): exclude configs from publish
Browse files Browse the repository at this point in the history
  • Loading branch information
kahojyun committed Jul 21, 2023
1 parent 154c42b commit b14dd28
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/Qynit.PulseGen.Server/Qynit.PulseGen.Server.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>

<ItemGroup>
<Content Remove=".prettierrc.json" />
<Content Remove="package-lock.json" />
<Content Remove="package.json" />
<Content Remove="tsconfig.json" />
</ItemGroup>

<ItemGroup>
<None Include=".prettierrc.json" />
<None Include="package-lock.json" />
<None Include="package.json" />
<None Include="tsconfig.json" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="MessagePack" Version="2.5.124" />
<PackageReference Include="MessagePackAnalyzer" Version="2.5.124">
Expand Down

0 comments on commit b14dd28

Please sign in to comment.