From 74e946873de4f68632e38d5f6424a5f229161319 Mon Sep 17 00:00:00 2001 From: WonYoung Choi Date: Mon, 28 Aug 2017 18:18:34 +0900 Subject: [PATCH] Revert force release setting of dotnet_build_conf Change-Id: I71e19230f042d0f665310cbcafebf3dd6015ca98 --- packaging/macros.dotnet-build-tools | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/macros.dotnet-build-tools b/packaging/macros.dotnet-build-tools index a40fd665..9cd4b95e 100644 --- a/packaging/macros.dotnet-build-tools +++ b/packaging/macros.dotnet-build-tools @@ -14,7 +14,7 @@ %dotnet_assembly_files %{_dotnet_assembly_path}/*.dll %dotnet_nuget_source %{_dotnet_nuget_source} -%_dotnet_build_conf Release +%_dotnet_build_conf %{lua:if tonumber(rpm.expand("0%{?tizen_build_devel_mode}")) == 1 then print "Debug" else print "Release" end} %dotnet_nuget_package(n:f:)\ %package %{-n:-n %{-n*}-}nuget\ -- 2.34.1