Skip to content

Commit b75e0d0

Browse files
[release/10.0] Source code updates from dotnet/dotnet (#434)
* Backflow from https://github.com/dotnet/dotnet / 120c861 build 316441 Diff: https://github.com/dotnet/dotnet/compare/55a4d49b172c5e4bbd64de30e282287f72c9bdd6..120c8618524f060b1a8a22bd51099c5193d1ba06 From: dotnet/dotnet@55a4d49 To: dotnet/dotnet@120c861 [[ commit created by automation ]] * Update dependencies from build 316441 Updated Dependencies: Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26274.103 -> 10.0.0-beta.26279.112) [[ commit created by automation ]] --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent d556177 commit b75e0d0

5 files changed

Lines changed: 6 additions & 9 deletions

File tree

eng/Version.Details.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This file should be imported by eng/Versions.props
66
<Project>
77
<PropertyGroup>
88
<!-- dotnet-dotnet dependencies -->
9-
<MicrosoftDotNetArcadeSdkPackageVersion>10.0.0-beta.26274.103</MicrosoftDotNetArcadeSdkPackageVersion>
9+
<MicrosoftDotNetArcadeSdkPackageVersion>10.0.0-beta.26279.112</MicrosoftDotNetArcadeSdkPackageVersion>
1010
</PropertyGroup>
1111
<!--Property group for alternate package version names-->
1212
<PropertyGroup>

eng/Version.Details.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Dependencies>
3-
<Source Uri="https://github.com/dotnet/dotnet" Mapping="symreader" Sha="55a4d49b172c5e4bbd64de30e282287f72c9bdd6" BarId="315678" />
3+
<Source Uri="https://github.com/dotnet/dotnet" Mapping="symreader" Sha="120c8618524f060b1a8a22bd51099c5193d1ba06" BarId="316441" />
44
<ProductDependencies>
55
</ProductDependencies>
66
<ToolsetDependencies>
7-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.26274.103">
7+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.26279.112">
88
<Uri>https://github.com/dotnet/dotnet</Uri>
9-
<Sha>55a4d49b172c5e4bbd64de30e282287f72c9bdd6</Sha>
9+
<Sha>120c8618524f060b1a8a22bd51099c5193d1ba06</Sha>
1010
</Dependency>
1111
</ToolsetDependencies>
1212
</Dependencies>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Import Project="Version.Details.props" />
44

55
<PropertyGroup>
6-
<VersionPrefix>2.2.9</VersionPrefix>
6+
<VersionPrefix>2.2.10</VersionPrefix>
77
<PreReleaseVersionLabel>servicing</PreReleaseVersionLabel>
88
<PreReleaseVersionIteration></PreReleaseVersionIteration>
99
<!-- Allowed values: '', 'prerelease', 'release'. Set to 'release' when stabilizing. -->

eng/common/core-templates/steps/publish-logs.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ steps:
3333
'$(publishing-dnceng-devdiv-code-r-build-re)'
3434
'$(dn-bot-all-orgs-artifact-feeds-rw)'
3535
'$(akams-client-id)'
36-
'$(microsoft-symbol-server-pat)'
37-
'$(symweb-symbol-server-pat)'
38-
'$(dnceng-symbol-server-pat)'
3936
'$(dn-bot-all-orgs-build-rw-code-rw)'
4037
'$(System.AccessToken)'
4138
${{parameters.CustomSensitiveDataList}}

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"dotnet": "10.0.108"
1414
},
1515
"msbuild-sdks": {
16-
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26274.103"
16+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26279.112"
1717
}
1818
}

0 commit comments

Comments
 (0)