Content-Length: 389308 | pFad | http://github.com/dotnet/tye/commit/01c81d5fa2e525ea26e4f1e4c7899ea36d43b347

18 Update dependencies from https://github.com/dotnet/arcade build 20230… · dotnet/tye@01c81d5 · GitHub
Skip to content
This repository was archived by the owner on Nov 20, 2023. It is now read-only.

Commit 01c81d5

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20230316.5 (#1558)
[main] Update dependencies from dotnet/arcade
1 parent ad88a79 commit 01c81d5

File tree

3 files changed

+19
-17
lines changed

3 files changed

+19
-17
lines changed

eng/Version.Details.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,25 @@
33
<ProductDependencies>
44
</ProductDependencies>
55
<ToolsetDependencies>
6-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23164.2">
6+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23166.5">
77
<Uri>https://github.com/dotnet/arcade</Uri>
8-
<Sha>0edf826d30ecfec312a2f36c3a688ef2449fa6b0</Sha>
8+
<Sha>a1359bf50fe84f9b1cd01d611c9186820126df9b</Sha>
99
</Dependency>
10-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="8.0.0-beta.23164.2">
10+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="8.0.0-beta.23166.5">
1111
<Uri>https://github.com/dotnet/arcade</Uri>
12-
<Sha>0edf826d30ecfec312a2f36c3a688ef2449fa6b0</Sha>
12+
<Sha>a1359bf50fe84f9b1cd01d611c9186820126df9b</Sha>
1313
</Dependency>
14-
<Dependency Name="Microsoft.DotNet.SignTool" Version="8.0.0-beta.23164.2">
14+
<Dependency Name="Microsoft.DotNet.SignTool" Version="8.0.0-beta.23166.5">
1515
<Uri>https://github.com/dotnet/arcade</Uri>
16-
<Sha>0edf826d30ecfec312a2f36c3a688ef2449fa6b0</Sha>
16+
<Sha>a1359bf50fe84f9b1cd01d611c9186820126df9b</Sha>
1717
</Dependency>
18-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.23164.2">
18+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.23166.5">
1919
<Uri>https://github.com/dotnet/arcade</Uri>
20-
<Sha>0edf826d30ecfec312a2f36c3a688ef2449fa6b0</Sha>
20+
<Sha>a1359bf50fe84f9b1cd01d611c9186820126df9b</Sha>
2121
</Dependency>
22-
<Dependency Name="Microsoft.DotNet.SwaggerGenerator.MSBuild" Version="8.0.0-beta.23164.2">
22+
<Dependency Name="Microsoft.DotNet.SwaggerGenerator.MSBuild" Version="8.0.0-beta.23166.5">
2323
<Uri>https://github.com/dotnet/arcade</Uri>
24-
<Sha>0edf826d30ecfec312a2f36c3a688ef2449fa6b0</Sha>
24+
<Sha>a1359bf50fe84f9b1cd01d611c9186820126df9b</Sha>
2525
</Dependency>
2626
<Dependency Name="Microsoft.DotNet.Maestro.Client" Version="1.1.0-beta.19556.4">
2727
<Uri>https://github.com/dotnet/arcade-services</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
@@ -14,6 +14,6 @@
1414
}
1515
},
1616
"msbuild-sdks": {
17-
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23164.2"
17+
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23166.5"
1818
}
1919
}

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/dotnet/tye/commit/01c81d5fa2e525ea26e4f1e4c7899ea36d43b347

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy