8000 [main] Source code updates from dotnet/templating (#359) · dotnet/dotnet@22a67a1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 22a67a1

Browse files
[main] Source code updates from dotnet/templating (#359)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 2b91732 commit 22a67a1

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
lines changed

prereqs/git-info/templating.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project>
33
<PropertyGroup>
4-
<GitCommitHash>c32597769a4479ca82fc739a12ca11cd3b1d61e7</GitCommitHash>
5-
<OfficialBuildId>20250501.1</OfficialBuildId>
6-
<OutputPackageVersion>10.0.100-preview.5.25251.1</OutputPackageVersion>
4+
<GitCommitHash>03eef3b9429ba0975982ca7427274e5986ef328e</GitCommitHash>
5+
<OfficialBuildId>20250501.2</OfficialBuildId>
6+
<OutputPackageVersion>10.0.100-preview.5.25251.2</OutputPackageVersion>
77
</PropertyGroup>
88
</Project>

src/source-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,11 +155,11 @@
155155
"commitSha": "7f4f9c0ad18fc4dc74a906cec188adacd3847c9a"
156156
},
157157
{
158-
"packageVersion": "10.0.100-preview.5.25251.1",
159-
"barId": 266594,
158+
"packageVersion": "10.0.100-preview.5.25251.2",
159+
"barId": 266636,
160160
"path": "templating",
161161
"remoteUri": "https://github.com/dotnet/templating",
162-
"commitSha": "c32597769a4479ca82fc739a12ca11cd3b1d61e7"
162+
"commitSha": "03eef3b9429ba0975982ca7427274e5986ef328e"
163163
},
164164
{
165165
"packageVersion": "17.15.0-preview-25224-01",

src/templating/eng/Version.Details.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Dependencies>
3-
<Source Uri="https://github.com/dotnet/dotnet" Mapping="templating" Sha="35ccf19f39389d127ab037709b8e9c5a1b111a20" BarId="266496" />
3+
<Source Uri="https://github.com/dotnet/dotnet" Mapping="templating" Sha="dab45dead83a6cf3e5fa9df1396c51e6a6b61c07" BarId="266608" />
44
<ProductDependencies>
5-
<Dependency Name="System.CommandLine" Version="2.0.0-beta5.25230.108">
5+
<Dependency Name="System.CommandLine" Version="2.0.0-beta5.25251.102">
66
<Uri>https://github.com/dotnet/dotnet</Uri>
7-
<Sha>35ccf19f39389d127ab037709b8e9c5a1b111a20</Sha>
7+
<Sha>dab45dead83a6cf3e5fa9df1396c51e6a6b61c07</Sha>
88
</Dependency>
99
</ProductDependencies>
1010
<ToolsetDependencies>
11-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25230.108">
11+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25251.102">
1212
<Uri>https://github.com/dotnet/dotnet</Uri>
13-
<Sha>35ccf19f39389d127ab037709b8e9c5a1b111a20</Sha>
13+
<Sha>dab45dead83a6cf3e5fa9df1396c51e6a6b61c07</Sha>
1414
</Dependency>
1515
<!-- Dependencies required for source build. We'll still update manually -->
1616
<Dependency Name="System.Formats.Asn1" Version="9.0.3">

src/templating/eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<PropertyGroup>
1616
<!-- Non-maestro versions -->
1717
<SystemFormatsAsn1Version>9.0.3</SystemFormatsAsn1Version>
18-
<SystemCommandLinePackageVersion>2.0.0-beta5.25230.108</SystemCommandLinePackageVersion>
18+
<SystemCommandLinePackageVersion>2.0.0-beta5.25251.102</SystemCommandLinePackageVersion>
1919
<MicrosoftExtensionsLoggingPackageVersion>9.0.3</MicrosoftExtensionsLoggingPackageVersion>
2020
<MicrosoftExtensionsLoggingAbstractionsPackageVersion>9.0.3</MicrosoftExtensionsLoggingAbstractionsPackageVersion>
2121
<MicrosoftExtensionsLoggingConsolePackageVersion>9.0.3</MicrosoftExtensionsLoggingConsolePackageVersion>

src/templating/eng/common/core-templates/jobs/source-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ parameters:
1414
# This is the default platform provided by Arcade, intended for use by a managed-only repo.
1515
defaultManagedPlatform:
1616
name: 'Managed'
17-
container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream9'
17+
container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream-10-amd64'
1818

1919
# Defines the platforms on which to run build jobs. One job is created for each platform, and the
2020
# object in this array is sent to the job template as 'platform'. If no platforms are specified,

src/templating/global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"dotnet": "10.0.100-preview.3.25201.16"
44
},
55
"msbuild-sdks": {
6-
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25230.108"
6+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25251.102"
77
}
88
}

0 commit comments

Comments
 (0)
0