Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions src/Healthie.NET.Package/Healthie.NET.Package.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@
<EnablePackageValidation>false</EnablePackageValidation>
<GenerateDocumentationFile>false</GenerateDocumentationFile>
<NoWarn>$(NoWarn);NU5128</NoWarn>

<!--
No assembly means no .pdb, and nuget.org rejects a symbol package containing none of them
with a 400. The repository packs symbols for everything by default, so this has to opt out
explicitly or the push fails after the real packages have already gone up.
-->
<IncludeSymbols>false</IncludeSymbols>
</PropertyGroup>

<ItemGroup>
Expand Down