From 72640f62d742fca1488f1a03ec1d6e0becbd33bc Mon Sep 17 00:00:00 2001 From: Ioannis G Date: Thu, 21 May 2020 21:57:03 +0300 Subject: [PATCH] plugin: in release, create a portable pdb file The nuget symbols server only supports portable pdbs. This results in "Symbols package publishing failed." when uploading the .snupkg file --- Flow.Launcher.Plugin/Flow.Launcher.Plugin.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Flow.Launcher.Plugin/Flow.Launcher.Plugin.csproj b/Flow.Launcher.Plugin/Flow.Launcher.Plugin.csproj index c353fd483..614d0ed43 100644 --- a/Flow.Launcher.Plugin/Flow.Launcher.Plugin.csproj +++ b/Flow.Launcher.Plugin/Flow.Launcher.Plugin.csproj @@ -43,7 +43,7 @@ - pdbonly + portable true ..\Output\Release\ TRACE