From f2d31d0a1548f98966fbf26f4c3492855e01ea62 Mon Sep 17 00:00:00 2001 From: Threetwosevensixseven Date: Sat, 14 Dec 2019 23:46:34 -0500 Subject: [PATCH] Added release build. --- .gitignore | 3 ++- UARTLogger/UARTLogger.csproj | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c09e172..ae7768c 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ /i2C_Sample/bin /UARTLogger/obj /i2C_Sample/bin -/i2C_Sample/obj \ No newline at end of file +/i2C_Sample/obj +/Releases diff --git a/UARTLogger/UARTLogger.csproj b/UARTLogger/UARTLogger.csproj index 165697c..f615959 100644 --- a/UARTLogger/UARTLogger.csproj +++ b/UARTLogger/UARTLogger.csproj @@ -22,9 +22,9 @@ 4 - pdbonly + none true - bin\Release\ + ..\Releases\CSpectPlugins\ TRACE prompt 4