From 8ccd4e11c06b55145b0b25e276d60e2e4b67cf90 Mon Sep 17 00:00:00 2001 From: Alex Barney Date: Thu, 16 Dec 2021 13:28:16 -0700 Subject: [PATCH] Include the pdb file in the .nupkg Works around jbevain/cecil#610 Using InlineIL.Fody messes up the pdb checksum which makes nuget.org consider the .snupkg to be invalid. Workaround this by including the pdb in the main .nupkg --- src/LibHac/LibHac.csproj | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/LibHac/LibHac.csproj b/src/LibHac/LibHac.csproj index 5a66e379..e9b06ddb 100644 --- a/src/LibHac/LibHac.csproj +++ b/src/LibHac/LibHac.csproj @@ -26,6 +26,9 @@ $(MSBuildProjectDirectory)=C:/LibHac/ true + + $(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb + $(NoWarn);1591 @@ -41,7 +44,7 @@ - +