aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorVasily <just.one.man@yandex.ru>2018-10-23 00:40:43 +0300
committerVasily <just.one.man@yandex.ru>2018-10-23 00:40:43 +0300
commit67574753115acc81b028cccd558c92ddd58052bf (patch)
tree009bf4a1c21a85938142cb6df4875b3667a07a2e /debian
parentb2305295afc11cf9c950552b4d8851ea3e46c867 (diff)
Now build produces seeminly workable debian package
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules3
1 files changed, 2 insertions, 1 deletions
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