From 7c9a92190cb2c5fc6776b5e6660001198708acef Mon Sep 17 00:00:00 2001 From: WonYoung Choi Date: Wed, 2 Aug 2017 16:50:27 +0900 Subject: [PATCH] Build csapi with Release configuration Change-Id: Iefcd75cbfb95d4dbf1d1a2e5d32b74ea8d2a25a5 --- packaging/macros.dotnet-build-tools | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packaging/macros.dotnet-build-tools b/packaging/macros.dotnet-build-tools index 6e5cd20f..140e41b4 100644 --- a/packaging/macros.dotnet-build-tools +++ b/packaging/macros.dotnet-build-tools @@ -14,7 +14,8 @@ %dotnet_assembly_files %{_dotnet_assembly_path}/*.dll %dotnet_nuget_source %{_dotnet_nuget_source} -%_dotnet_build_conf %{lua:if tonumber(rpm.expand("0%{?tizen_build_devel_mode}")) == 1 then print "Debug" else print "Release" end} +# %_dotnet_build_conf %{lua:if tonumber(rpm.expand("0%{?tizen_build_devel_mode}")) == 1 then print "Debug" else print "Release" end} +%_dotnet_build_conf Release %dotnet_nuget_package(n:f:)\ %package %{-n:-n %{-n*}-}nuget\ -- 2.34.1