Skip to content

Commit 863a7a6

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20230318.1
Microsoft.DotNet.Arcade.Sdk From Version 8.0.0-beta.22630.1 -> To Version 8.0.0-beta.23168.1
1 parent aa8dff4 commit 863a7a6

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

eng/Version.Details.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
</Dependency>
1616
</ProductDependencies>
1717
<ToolsetDependencies>
18-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23159.1">
18+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23168.1">
1919
<Uri>https://github.com/dotnet/arcade</Uri>
20-
<Sha>cb64095ec45ac34378a1a26db9932a3b561f9e4e</Sha>
20+
<Sha>b12f035e893c34ec2c965d75f6e21b7a2667e98d</Sha>
2121
</Dependency>
2222
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="8.0.0-alpha.1.23123.2">
2323
<Uri>https://github.com/dotnet/source-build-reference-packages</Uri>

eng/common/tools.ps1

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -913,11 +913,13 @@ if (!$disableConfigureToolsetImport) {
913913
function Enable-Nuget-EnhancedRetry() {
914914
if ($ci) {
915915
Write-Host "Setting NUGET enhanced retry environment variables"
916-
$env:NUGET_ENABLE_EXPERIMENTAL_HTTP_RETRY = 'true'
917-
$env:NUGET_EXPERIMENTAL_MAX_NETWORK_TRY_COUNT = 6
918-
$env:NUGET_EXPERIMENTAL_NETWORK_RETRY_DELAY_MILLISECONDS = 1000
919-
Write-PipelineSetVariable -Name 'NUGET_ENABLE_EXPERIMENTAL_HTTP_RETRY' -Value 'true'
920-
Write-PipelineSetVariable -Name 'NUGET_EXPERIMENTAL_MAX_NETWORK_TRY_COUNT' -Value '6'
921-
Write-PipelineSetVariable -Name 'NUGET_EXPERIMENTAL_NETWORK_RETRY_DELAY_MILLISECONDS' -Value '1000'
916+
$env:NUGET_ENABLE_ENHANCED_HTTP_RETRY = 'true'
917+
$env:NUGET_ENHANCED_MAX_NETWORK_TRY_COUNT = 6
918+
$env:NUGET_ENHANCED_NETWORK_RETRY_DELAY_MILLISECONDS = 1000
919+
$env:NUGET_RETRY_HTTP_429 = 'true'
920+
Write-PipelineSetVariable -Name 'NUGET_ENABLE_ENHANCED_HTTP_RETRY' -Value 'true'
921+
Write-PipelineSetVariable -Name 'NUGET_ENHANCED_MAX_NETWORK_TRY_COUNT' -Value '6'
922+
Write-PipelineSetVariable -Name 'NUGET_ENHANCED_NETWORK_RETRY_DELAY_MILLISECONDS' -Value '1000'
923+
Write-PipelineSetVariable -Name 'NUGET_RETRY_HTTP_429' -Value 'true'
922924
}
923925
}

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"dotnet": "8.0.100-preview.1.23115.2"
44
},
55
"msbuild-sdks": {
6-
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23159.1"
6+
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23168.1"
77
}
88
}

0 commit comments

Comments
 (0)