From 27e45b397dc124deafccac0abd70b7d9276480df Mon Sep 17 00:00:00 2001 From: FlorianDahn Date: Sat, 25 Dec 2021 17:32:21 +0100 Subject: [PATCH] Changing debugtype to portable to allow snupkg file to be attached. - removing double Releae config in project settings - change debugtype to portable to allow correct snupkg package upload --- TelegramBotBase/TelegramBotBase.csproj | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/TelegramBotBase/TelegramBotBase.csproj b/TelegramBotBase/TelegramBotBase.csproj index adf2a8a..d462240 100644 --- a/TelegramBotBase/TelegramBotBase.csproj +++ b/TelegramBotBase/TelegramBotBase.csproj @@ -19,6 +19,7 @@ $(VersionPrefix) + portable @@ -36,20 +37,9 @@ 4 - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - bin\Release\TelegramBotBase.xml - - - - pdbonly + portable true bin\Release\ TRACE