Browse Source

Turn off dotnet build

Joshua Boniface 6 years ago
parent
commit
401c08ebae
1 changed files with 0 additions and 1 deletions
  1. 0 1
      debian/rules

+ 0 - 1
debian/rules

@@ -15,7 +15,6 @@ override_dh_auto_test:
 override_dh_clistrip:
 
 override_dh_auto_build:
-	dotnet build --configuration $(CONFIG) $(CURDIR)/MediaBrowser.sln --output='$(CURDIR)/usr/lib/jellyfin/bin'
 	dotnet publish --configuration $(CONFIG) $(CURDIR)/MediaBrowser.sln --output='$(CURDIR)/usr/lib/jellyfin/bin'
 
 override_dh_auto_clean: