Browse Source

Disable telemetry in Debian builds

Joshua Boniface 6 năm trước cách đây
mục cha
commit
7f60643891
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      debian/rules

+ 1 - 0
debian/rules

@@ -3,6 +3,7 @@ CONFIG := Release
 TERM := xterm
 SHELL := /bin/bash
 export DH_VERBOSE=1
+export DOTNET_CLI_TELEMETRY_OPTOUT=1
 
 %:
 	dh $@