Skip to content

Commit 7ede985

Browse files
authored
Package debs with xz compression (#13871)
1 parent 9fc23a5 commit 7ede985

File tree

1 file changed

+3
-0
lines changed
  • src/Microsoft.DotNet.Build.Tasks.Installers/build/deb-package-tool/templates/debian

1 file changed

+3
-0
lines changed

src/Microsoft.DotNet.Build.Tasks.Installers/build/deb-package-tool/templates/debian/rules

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66

77
{overrides}
88

9+
override_dh_builddeb:
10+
dh_builddeb -- -Zxz
11+
912
%:
1013
dh $@
1114

0 commit comments

Comments
 (0)