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)
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

index 679be35..2381f4a 100755 (executable)
@@ -193,7 +193,7 @@ export PATH=$install_path/bin:\$PATH
 export LD_LIBRARY_PATH=$install_path/lib:\$LD_LIBRARY_PATH
 export INCLUDEDIR=$install_path/include
 export PKG_CONFIG_PATH=$install_path/lib/pkgconfig:/usr/lib/pkgconfig:/usr/share/pkgconfig
-
+export DOTNET_CLI_TELEMETRY_OPTOUT=1
 export DALI_WINDOW_WIDTH=480
 export DALI_WINDOW_HEIGHT=800