Updated dali_env script to ensure no build telemetry is sent. 46/140846/1
authorDavid Steele <david.steele@samsung.com>
Wed, 26 Jul 2017 18:56:06 +0000 (19:56 +0100)
committerDavid Steele <david.steele@samsung.com>
Wed, 26 Jul 2017 18:56:06 +0000 (19:56 +0100)
commit647b23f56116ec2749a19e34ab312178fb8a7b59
tree58229e9c9a3302065cb88aea6b1d8b65f99fdf84
parent0523da78273b4d2448ad977f2198dccd6d2ea58f
Updated dali_env script to ensure no build telemetry is sent.

By default, dotnet build sends telemetry about the build process to
Microsoft. This can be disabled by setting the environment variable
DOTNET_CLI_TELEMETRY_OPTOUT=1

Have added this to the dali_env script to ensure that none of the
build processes send this telemetry.

Change-Id: I3f7252b4eeef16207d04bc1f9fa251fdb1a3d870
Signed-off-by: David Steele <david.steele@samsung.com>
build/scripts/dali_env