From 7e2a28a132c8a446dd0aa2997e4a48a71b6be4ca Mon Sep 17 00:00:00 2001 From: Michael Stonis Date: Sat, 23 Oct 2021 14:56:21 -0500 Subject: [PATCH] additional config updates to hopefully help encrypted builds --- Tycho/Tycho.csproj | 8 ++++---- build.cake | 2 ++ 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Tycho/Tycho.csproj b/Tycho/Tycho.csproj index 3dc7098..a6054da 100644 --- a/Tycho/Tycho.csproj +++ b/Tycho/Tycho.csproj @@ -19,10 +19,10 @@ - obj\Encrypted\netstandard2.1 + obj\Encrypted true - bin\Encrypted\netstandard2.1 + bin\Encrypted TRACE;RELEASE;ENCRYPTED;NETSTANDARD;NETSTANDARD2_1; 4 @@ -43,12 +43,12 @@ - + - + diff --git a/build.cake b/build.cake index 3348882..db5ec39 100644 --- a/build.cake +++ b/build.cake @@ -51,6 +51,8 @@ Teardown(context => Task ("Clean") .Does (() => { + CleanDirectories ("./Tycho/bin"); + CleanDirectories ("./Tycho/obj"); CleanDirectories ("./Tycho*/bin"); CleanDirectories ("./Tycho*/obj");