Skip to content

Commit

Permalink
Don't include debug symbols for the other projects either...
Browse files Browse the repository at this point in the history
  • Loading branch information
prplecake committed Mar 29, 2023
1 parent 55a6225 commit 2625dc9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions BookmarkSync.Core/BookmarkSync.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
<Nullable>enable</Nullable>
</PropertyGroup>

<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<DebugType>none</DebugType>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="CiT.Common" Version="0.0.1" />
<PackageReference Include="HtmlAgilityPack" Version="1.11.46" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
<Nullable>enable</Nullable>
</PropertyGroup>

<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<DebugType>none</DebugType>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="cit.common" Version="0.0.1" />
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="7.0.0" />
Expand Down

0 comments on commit 2625dc9

Please sign in to comment.