File tree Expand file tree Collapse file tree 3 files changed +11
-9
lines changed Expand file tree Collapse file tree 3 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 15
15
</Dependency >
16
16
</ProductDependencies >
17
17
<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" >
19
19
<Uri >https://github.com/dotnet/arcade</Uri >
20
- <Sha >cb64095ec45ac34378a1a26db9932a3b561f9e4e </Sha >
20
+ <Sha >b12f035e893c34ec2c965d75f6e21b7a2667e98d </Sha >
21
21
</Dependency >
22
22
<Dependency Name =" Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version =" 8.0.0-alpha.1.23123.2" >
23
23
<Uri >https://github.com/dotnet/source-build-reference-packages</Uri >
Original file line number Diff line number Diff line change @@ -913,11 +913,13 @@ if (!$disableConfigureToolsetImport) {
913
913
function Enable-Nuget-EnhancedRetry () {
914
914
if ($ci ) {
915
915
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'
922
924
}
923
925
}
Original file line number Diff line number Diff line change 3
3
"dotnet" : " 8.0.100-preview.1.23115.2"
4
4
},
5
5
"msbuild-sdks" : {
6
- "Microsoft.DotNet.Arcade.Sdk" : " 8.0.0-beta.23159 .1"
6
+ "Microsoft.DotNet.Arcade.Sdk" : " 8.0.0-beta.23168 .1"
7
7
}
8
8
}
You can’t perform that action at this time.
0 commit comments