Browse Source

Update dependencies from https://github.com/dotnet/arcade build 20231108.3

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.SignTool , Microsoft.DotNet.SwaggerGenerator.MSBuild
 From Version 8.0.0-beta.23265.1 -> To Version 9.0.0-beta.23558.3
pull/1598/head
dotnet-maestro[bot] 3 years ago
parent
commit
ebecdb7590
  1. 20
      eng/Version.Details.xml
  2. 2
      eng/common/tools.sh
  3. 2
      global.json

20
eng/Version.Details.xml

@ -3,25 +3,25 @@
<ProductDependencies>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.23557.7">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.23558.3">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>aa0317458d29ec79935ca04fa47d3a6f14a0944f</Sha>
<Sha>f2ad2b48b7426e77e19902068b3aa38476073ab1</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="9.0.0-beta.23557.7">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="9.0.0-beta.23558.3">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>aa0317458d29ec79935ca04fa47d3a6f14a0944f</Sha>
<Sha>f2ad2b48b7426e77e19902068b3aa38476073ab1</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.SignTool" Version="9.0.0-beta.23557.7">
<Dependency Name="Microsoft.DotNet.SignTool" Version="9.0.0-beta.23558.3">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>aa0317458d29ec79935ca04fa47d3a6f14a0944f</Sha>
<Sha>f2ad2b48b7426e77e19902068b3aa38476073ab1</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.23557.7">
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.23558.3">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>aa0317458d29ec79935ca04fa47d3a6f14a0944f</Sha>
<Sha>f2ad2b48b7426e77e19902068b3aa38476073ab1</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.SwaggerGenerator.MSBuild" Version="9.0.0-beta.23557.7">
<Dependency Name="Microsoft.DotNet.SwaggerGenerator.MSBuild" Version="9.0.0-beta.23558.3">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>aa0317458d29ec79935ca04fa47d3a6f14a0944f</Sha>
<Sha>f2ad2b48b7426e77e19902068b3aa38476073ab1</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Maestro.Client" Version="1.1.0-beta.19556.4">
<Uri>https://github.com/dotnet/arcade-services</Uri>

2
eng/common/tools.sh

@ -310,7 +310,7 @@ function GetDotNetInstallScript {
curl "$install_script_url" -sSL --retry 10 --create-dirs -o "$install_script" || {
if command -v openssl &> /dev/null; then
echo "Curl failed; dumping some information about dotnet.microsoft.com for later investigation"
echo | openssl s_client -showcerts -servername dotnet.microsoft.com -connect dotnet.microsoft.com:443
echo | openssl s_client -showcerts -servername dotnet.microsoft.com -connect dotnet.microsoft.com:443 || true
fi
echo "Will now retry the same URL with verbose logging."
with_retries curl "$install_script_url" -sSL --verbose --retry 10 --create-dirs -o "$install_script" || {

2
global.json

@ -14,6 +14,6 @@
}
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.23557.7"
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.23558.3"
}
}

Loading…
Cancel
Save