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