From 67574753115acc81b028cccd558c92ddd58052bf Mon Sep 17 00:00:00 2001 From: Vasily Date: Tue, 23 Oct 2018 00:40:43 +0300 Subject: [PATCH] Now build produces seeminly workable debian package --- Emby.Server.Implementations/Emby.Server.Implementations.csproj | 1 + debian/rules | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Emby.Server.Implementations/Emby.Server.Implementations.csproj b/Emby.Server.Implementations/Emby.Server.Implementations.csproj index 66dd80dbe3..83120a46d6 100644 --- a/Emby.Server.Implementations/Emby.Server.Implementations.csproj +++ b/Emby.Server.Implementations/Emby.Server.Implementations.csproj @@ -21,6 +21,7 @@ + diff --git a/debian/rules b/debian/rules index 2370bc32a6..107394fbe1 100755 --- a/debian/rules +++ b/debian/rules @@ -14,7 +14,8 @@ override_dh_auto_test: override_dh_clistrip: override_dh_auto_build: - dotnet build --configuration $(CONFIG) $(CURDIR)/MediaBrowser.sln --output='$(CURDIR)/usr/lib/emby-server/bin' +# dotnet build --configuration $(CONFIG) $(CURDIR)/MediaBrowser.sln --output='$(CURDIR)/usr/lib/emby-server/bin' + dotnet publish --configuration $(CONFIG) $(CURDIR)/MediaBrowser.sln --output='$(CURDIR)/usr/lib/emby-server/bin' override_dh_auto_clean: dotnet clean --configuration $(CONFIG) $(CURDIR)/MediaBrowser.sln