Disable telemetry in Debian builds

This commit is contained in:
Joshua Boniface 2018-12-12 10:00:32 -05:00
parent 430c63746d
commit 7f60643891
1 changed files with 1 additions and 0 deletions

1
debian/rules vendored
View File

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