From 42845dadcfa1973b0c689cf47b6e5e0076b75539 Mon Sep 17 00:00:00 2001 From: Ioannis G Date: Wed, 27 May 2020 01:37:07 +0300 Subject: [PATCH] plugin: switch to embedded PDBs --- Flow.Launcher.Plugin/Flow.Launcher.Plugin.csproj | 4 +--- appveyor.yml | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/Flow.Launcher.Plugin/Flow.Launcher.Plugin.csproj b/Flow.Launcher.Plugin/Flow.Launcher.Plugin.csproj index 3cbe35d6d..69e4c3f22 100644 --- a/Flow.Launcher.Plugin/Flow.Launcher.Plugin.csproj +++ b/Flow.Launcher.Plugin/Flow.Launcher.Plugin.csproj @@ -19,8 +19,6 @@ 1.0.0 1.0.0 Flow.Launcher.Plugin - true - snupkg Flow-Launcher MIT https://github.com/Flow-Launcher/Flow.Launcher @@ -43,7 +41,7 @@ - portable + embedded true ..\Output\Release\ TRACE diff --git a/appveyor.yml b/appveyor.yml index 02027f83e..e476bd3b1 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -29,6 +29,4 @@ artifacts: - path: 'Output\Packages\Flow-Launcher-*.zip' name: Zip - path: 'Output\Release\Flow.Launcher.Plugin.*.nupkg' - name: Plugin nupkg -- path: 'Output\Release\Flow.Launcher.Plugin.*.snupkg' - name: Plugin snupkg \ No newline at end of file + name: Plugin nupkg \ No newline at end of file