mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Add maxcpucount to dotnet clean
Fixes #120 as per https://github.com/dotnet/sdk/issues/2526
This commit is contained in:
parent
af520f0e3a
commit
2f7be76626
2
debian/rules
vendored
2
debian/rules
vendored
@ -18,5 +18,5 @@ override_dh_auto_build:
|
||||
dotnet publish --configuration $(CONFIG) $(CURDIR)/MediaBrowser.sln --output='$(CURDIR)/usr/lib/jellyfin/bin'
|
||||
|
||||
override_dh_auto_clean:
|
||||
dotnet clean --configuration $(CONFIG) $(CURDIR)/MediaBrowser.sln || true
|
||||
dotnet clean -maxcpucount:1 --configuration $(CONFIG) $(CURDIR)/MediaBrowser.sln || true
|
||||
rm -rf '$(CURDIR)/usr/lib/jellyfin'
|
||||
|
Loading…
x
Reference in New Issue
Block a user