diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index 32b8625d..8ee25045 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -3,25 +3,25 @@
-
+
https://github.com/dotnet/arcade
- 3b9d8a14dfad67dc3a5c18734db967d3ad173537
+ 36d11a863c7ffc41e3730c806b0e98d32d1795ae
-
+
https://github.com/dotnet/arcade
- 3b9d8a14dfad67dc3a5c18734db967d3ad173537
+ 36d11a863c7ffc41e3730c806b0e98d32d1795ae
-
+
https://github.com/dotnet/arcade
- 3b9d8a14dfad67dc3a5c18734db967d3ad173537
+ 36d11a863c7ffc41e3730c806b0e98d32d1795ae
-
+
https://github.com/dotnet/arcade
- 3b9d8a14dfad67dc3a5c18734db967d3ad173537
+ 36d11a863c7ffc41e3730c806b0e98d32d1795ae
-
+
https://github.com/dotnet/arcade
- 3b9d8a14dfad67dc3a5c18734db967d3ad173537
+ 36d11a863c7ffc41e3730c806b0e98d32d1795ae
https://github.com/dotnet/arcade-services
diff --git a/eng/common/tools.ps1 b/eng/common/tools.ps1
index fdd0cbb9..e8def7e6 100644
--- a/eng/common/tools.ps1
+++ b/eng/common/tools.ps1
@@ -158,7 +158,7 @@ function InitializeDotNetCli([bool]$install, [bool]$createSdkLocationFile) {
$env:DOTNET_MULTILEVEL_LOOKUP=0
# Disable first run since we do not need all ASP.NET packages restored.
- $env:DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1
+ $env:DOTNET_NOLOGO=1
# Disable telemetry on CI.
if ($ci) {
@@ -228,7 +228,7 @@ function InitializeDotNetCli([bool]$install, [bool]$createSdkLocationFile) {
Write-PipelinePrependPath -Path $dotnetRoot
Write-PipelineSetVariable -Name 'DOTNET_MULTILEVEL_LOOKUP' -Value '0'
- Write-PipelineSetVariable -Name 'DOTNET_SKIP_FIRST_TIME_EXPERIENCE' -Value '1'
+ Write-PipelineSetVariable -Name 'DOTNET_NOLOGO' -Value '1'
return $global:_DotNetInstallDir = $dotnetRoot
}
diff --git a/eng/common/tools.sh b/eng/common/tools.sh
index e8d47894..710e64df 100755
--- a/eng/common/tools.sh
+++ b/eng/common/tools.sh
@@ -112,7 +112,7 @@ function InitializeDotNetCli {
export DOTNET_MULTILEVEL_LOOKUP=0
# Disable first run since we want to control all package sources
- export DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1
+ export DOTNET_NOLOGO=1
# Disable telemetry on CI
if [[ $ci == true ]]; then
@@ -165,7 +165,7 @@ function InitializeDotNetCli {
Write-PipelinePrependPath -path "$dotnet_root"
Write-PipelineSetVariable -name "DOTNET_MULTILEVEL_LOOKUP" -value "0"
- Write-PipelineSetVariable -name "DOTNET_SKIP_FIRST_TIME_EXPERIENCE" -value "1"
+ Write-PipelineSetVariable -name "DOTNET_NOLOGO" -value "1"
# return value
_InitializeDotNetCli="$dotnet_root"
diff --git a/global.json b/global.json
index a47ae0bf..844bc3e1 100644
--- a/global.json
+++ b/global.json
@@ -14,6 +14,6 @@
}
},
"msbuild-sdks": {
- "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.23524.1"
+ "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.23525.2"
}
}