mirror of
https://github.com/actions/runner-images.git
synced 2025-12-20 06:35:47 +00:00
Merge pull request #381 from al-cheb/al-cheb/disable_telemetry
Disable telemetry before dotnet installation to prevent Segmentation fault
This commit is contained in:
@@ -30,6 +30,9 @@ mksamples()
|
||||
|
||||
set -e
|
||||
|
||||
# Disable telemetry
|
||||
export DOTNET_CLI_TELEMETRY_OPTOUT=1
|
||||
|
||||
for latest_package in ${LATEST_DOTNET_PACKAGES[@]}; do
|
||||
echo "Determing if .NET Core ($latest_package) is installed"
|
||||
if ! IsInstalled $latest_package; then
|
||||
|
||||
Reference in New Issue
Block a user