From c84e57cf46660cbbfe244d1dab1c08b991fecfec Mon Sep 17 00:00:00 2001 From: Sangwook Kim Date: Tue, 28 Apr 2020 10:38:58 +0900 Subject: [PATCH] [Tizen] Clean up build commands Also set NeedsPublishing to true to unconditionally export all referenced assemblies. --- packaging/coreclr-diagnostics.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packaging/coreclr-diagnostics.spec b/packaging/coreclr-diagnostics.spec index d5414e533..d09c15b65 100755 --- a/packaging/coreclr-diagnostics.spec +++ b/packaging/coreclr-diagnostics.spec @@ -145,8 +145,7 @@ export TIZEN_LOCAL_BUILD=1 export NUGET_PACKAGES=%{_builddir}/%{name}-%{version}/packages export LD_LIBRARY_PATH=%{_builddir}/%{name}-%{version}/libicu-57.1 -./build.sh --configuration %{_buildtype} --build --restore /p:EnableSourceLink=false /p:EnableSourceControlManagerQueries=false -./eng/build-native.sh --build-native --architecture %{_barch} --configuration %{_buildtype} +./build.sh --configuration %{_buildtype} --architecture %{_barch} /p:NeedsPublishing=true /p:EnableSourceLink=false /p:EnableSourceControlManagerQueries=false %install %define netcoreappdir %{_datadir}/dotnet/shared/Microsoft.NETCore.App/%{dotnet_version} -- 2.34.1