From fd931397a4443a7f3d227af84242dd8a6e276b58 Mon Sep 17 00:00:00 2001 From: mvarblow Date: Thu, 13 Aug 2015 12:01:35 -0400 Subject: [PATCH] Allow for packing a debug build We use the orchard packaging script for continuous deployments to QA servers where we'd like to run debug builds. --- Orchard.proj | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/Orchard.proj b/Orchard.proj index 1ca555008..5f1ae878d 100644 --- a/Orchard.proj +++ b/Orchard.proj @@ -27,6 +27,7 @@ x64 x86 + Release $(BUILD_NUMBER) @@ -115,7 +116,7 @@ + Properties="Configuration=$(Configuration);OutputPath=$(CompileFolder)" /> + Properties="Configuration=$(Configuration);OutputPath=$(MsBuildTasksFolder)" /> @@ -273,19 +274,19 @@