From 92e6cc44d046f698faa6da9653e8d9913fc9b963 Mon Sep 17 00:00:00 2001 From: ema Date: Wed, 25 Mar 2026 03:31:57 +0800 Subject: [PATCH] Fix QuickLook.Common snupkg publishing failed Symbols package publishing failed. The associated symbols package could not be published due to the following reason(s): The uploaded symbols package contains one or more pdbs that are not portable. Once you've fixed the issue with your symbols package, you can re-upload it. --- QuickLook.Common/QuickLook.Common.csproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/QuickLook.Common/QuickLook.Common.csproj b/QuickLook.Common/QuickLook.Common.csproj index 7eef276..94091b3 100644 --- a/QuickLook.Common/QuickLook.Common.csproj +++ b/QuickLook.Common/QuickLook.Common.csproj @@ -26,7 +26,7 @@ true - full + portable false ..\Build\Debug\ DEBUG;TRACE @@ -35,7 +35,7 @@ true - full + portable false ..\Build\Debug\ DEBUG;TRACE @@ -43,7 +43,7 @@ - pdbonly + portable true ..\Build\Release\ TRACE @@ -51,7 +51,7 @@ - pdbonly + portable true ..\Build\Release\ TRACE