Skip to content

Commit 1f4eaea

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20230318.1 (#47315)
[main] Update dependencies from dotnet/arcade
1 parent d482bf3 commit 1f4eaea

File tree

4 files changed

+23
-21
lines changed

4 files changed

+23
-21
lines changed

eng/Version.Details.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -306,26 +306,26 @@
306306
<Uri>https://github.com/dotnet/runtime</Uri>
307307
<Sha>faa1d0993afad9d751b2dca6bcfe356369ec6c08</Sha>
308308
</Dependency>
309-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23159.1">
309+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23168.1">
310310
<Uri>https://github.com/dotnet/arcade</Uri>
311-
<Sha>cb64095ec45ac34378a1a26db9932a3b561f9e4e</Sha>
311+
<Sha>b12f035e893c34ec2c965d75f6e21b7a2667e98d</Sha>
312312
<SourceBuild RepoName="arcade" ManagedOnly="true" />
313313
</Dependency>
314-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.23159.1">
314+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.23168.1">
315315
<Uri>https://github.com/dotnet/arcade</Uri>
316-
<Sha>cb64095ec45ac34378a1a26db9932a3b561f9e4e</Sha>
316+
<Sha>b12f035e893c34ec2c965d75f6e21b7a2667e98d</Sha>
317317
</Dependency>
318-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="8.0.0-beta.23159.1">
318+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="8.0.0-beta.23168.1">
319319
<Uri>https://github.com/dotnet/arcade</Uri>
320-
<Sha>cb64095ec45ac34378a1a26db9932a3b561f9e4e</Sha>
320+
<Sha>b12f035e893c34ec2c965d75f6e21b7a2667e98d</Sha>
321321
</Dependency>
322-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.23159.1">
322+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.23168.1">
323323
<Uri>https://github.com/dotnet/arcade</Uri>
324-
<Sha>cb64095ec45ac34378a1a26db9932a3b561f9e4e</Sha>
324+
<Sha>b12f035e893c34ec2c965d75f6e21b7a2667e98d</Sha>
325325
</Dependency>
326-
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="8.0.0-beta.23159.1">
326+
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="8.0.0-beta.23168.1">
327327
<Uri>https://github.com/dotnet/arcade</Uri>
328-
<Sha>cb64095ec45ac34378a1a26db9932a3b561f9e4e</Sha>
328+
<Sha>b12f035e893c34ec2c965d75f6e21b7a2667e98d</Sha>
329329
</Dependency>
330330
</ToolsetDependencies>
331331
</Dependencies>

eng/Versions.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,9 @@
136136
<MicrosoftEntityFrameworkCoreVersion>8.0.0-preview.3.23152.4</MicrosoftEntityFrameworkCoreVersion>
137137
<MicrosoftEntityFrameworkCoreDesignVersion>8.0.0-preview.3.23152.4</MicrosoftEntityFrameworkCoreDesignVersion>
138138
<!-- Packages from dotnet/arcade -->
139-
<MicrosoftDotNetBuildTasksInstallersVersion>8.0.0-beta.23159.1</MicrosoftDotNetBuildTasksInstallersVersion>
140-
<MicrosoftDotNetBuildTasksTemplatingVersion>8.0.0-beta.23159.1</MicrosoftDotNetBuildTasksTemplatingVersion>
141-
<MicrosoftDotNetRemoteExecutorVersion>8.0.0-beta.23159.1</MicrosoftDotNetRemoteExecutorVersion>
139+
<MicrosoftDotNetBuildTasksInstallersVersion>8.0.0-beta.23168.1</MicrosoftDotNetBuildTasksInstallersVersion>
140+
<MicrosoftDotNetBuildTasksTemplatingVersion>8.0.0-beta.23168.1</MicrosoftDotNetBuildTasksTemplatingVersion>
141+
<MicrosoftDotNetRemoteExecutorVersion>8.0.0-beta.23168.1</MicrosoftDotNetRemoteExecutorVersion>
142142
<!-- Packages from dotnet/source-build-externals -->
143143
<MicrosoftSourceBuildIntermediatesourcebuildexternalsVersion>8.0.0-alpha.1.23160.1</MicrosoftSourceBuildIntermediatesourcebuildexternalsVersion>
144144
<!-- Packages from dotnet/xdt -->

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"msbuild-sdks": {
2929
"Yarn.MSBuild": "1.22.10",
30-
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23159.1",
31-
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.23159.1"
30+
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23168.1",
31+
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.23168.1"
3232
}
3333
}

0 commit comments

Comments
 (0)