Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com>2021-08-30 15:23:40 +0300
committerGitHub <noreply@github.com>2021-08-30 15:23:40 +0300
commita273eaca4462d49e0a00d49cd080dc11ea865b5e (patch)
tree81abcf9c8301d407fb0c3c6ed4d2f54181966e8e /eng/common/tools.ps1
parentc791226ed3dcee9522cdd39efbd5f26cf0fb8d92 (diff)
Update dependencies from https://github.com/dotnet/arcade build 20210827.6 (#2239)
[main] Update dependencies from dotnet/arcade
Diffstat (limited to 'eng/common/tools.ps1')
-rw-r--r--eng/common/tools.ps16
1 files changed, 3 insertions, 3 deletions
diff --git a/eng/common/tools.ps1 b/eng/common/tools.ps1
index e607aa436..56ee4a577 100644
--- a/eng/common/tools.ps1
+++ b/eng/common/tools.ps1
@@ -154,9 +154,6 @@ function InitializeDotNetCli([bool]$install, [bool]$createSdkLocationFile) {
return $global:_DotNetInstallDir
}
- # In case of network error, try to log the current IP for reference
- Try-LogClientIpAddress
-
# Don't resolve runtime, shared framework, or SDK from other locations to ensure build determinism
$env:DOTNET_MULTILEVEL_LOOKUP=0
@@ -166,6 +163,9 @@ function InitializeDotNetCli([bool]$install, [bool]$createSdkLocationFile) {
# Disable telemetry on CI.
if ($ci) {
$env:DOTNET_CLI_TELEMETRY_OPTOUT=1
+
+ # In case of network error, try to log the current IP for reference
+ Try-LogClientIpAddress
}
# Source Build uses DotNetCoreSdkDir variable