File tree Expand file tree Collapse file tree 6 files changed +14
-14
lines changed
common/core-templates/jobs Expand file
10000
tree Collapse file tree 6 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Project >
3
3
<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 >
7
7
</PropertyGroup >
8
8
</Project >
Original file line number Diff line number Diff line change 155
155
"commitSha" : " 7f4f9c0ad18fc4dc74a906cec188adacd3847c9a"
156
156
},
157
157
{
158
- "packageVersion" : " 10.0.100-preview.5.25251.1 " ,
159
- "barId" : 266594 ,
158
+ "packageVersion" : " 10.0.100-preview.5.25251.2 " ,
159
+ "barId" : 266636 ,
160
160
"path" : " templating" ,
161
161
"remoteUri" : " https://github.com/dotnet/templating" ,
162
- "commitSha" : " c32597769a4479ca82fc739a12ca11cd3b1d61e7 "
162
+ "commitSha" : " 03eef3b9429ba0975982ca7427274e5986ef328e "
163
163
},
164
164
{
165
165
"packageVersion" : " 17.15.0-preview-25224-01" ,
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<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 " />
4
4
<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 " >
6
6
<Uri >https://github.com/dotnet/dotnet</Uri >
7
- <Sha >35ccf19f39389d127ab037709b8e9c5a1b111a20 </Sha >
7
+ <Sha >dab45dead83a6cf3e5fa9df1396c51e6a6b61c07 </Sha >
8
8
</Dependency >
9
9
</ProductDependencies >
10
10
<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 " >
12
12
<Uri >https://github.com/dotnet/dotnet</Uri >
13
- <Sha >35ccf19f39389d127ab037709b8e9c5a1b111a20 </Sha >
13
+ <Sha >dab45dead83a6cf3e5fa9df1396c51e6a6b61c07 </Sha >
14
14
</Dependency >
15
15
<!-- Dependencies required for source build. We'll still update manually -->
16
16
<Dependency Name =" System.Formats.Asn1" Version =" 9.0.3" >
Original file line number Diff line number Diff line change 15
15
<PropertyGroup >
16
16
<!-- Non-maestro versions -->
17
17
<SystemFormatsAsn1Version >9.0.3</SystemFormatsAsn1Version >
18
- <SystemCommandLinePackageVersion >2.0.0-beta5.25230.108 </SystemCommandLinePackageVersion >
18
+ <SystemCommandLinePackageVersion >2.0.0-beta5.25251.102 </SystemCommandLinePackageVersion >
19
19
<MicrosoftExtensionsLoggingPackageVersion >9.0.3</MicrosoftExtensionsLoggingPackageVersion >
20
20
<MicrosoftExtensionsLoggingAbstractionsPackageVersion >9.0.3</MicrosoftExtensionsLoggingAbstractionsPackageVersion >
21
21
<MicrosoftExtensionsLoggingConsolePackageVersion >9.0.3</MicrosoftExtensionsLoggingConsolePackageVersion >
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ parameters:
14
14
# This is the default platform provided by Arcade, intended for use by a managed-only repo.
15
15
defaultManagedPlatform :
16
16
name : ' Managed'
17
- container : ' mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream9 '
17
+ container : ' mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream-10-amd64 '
18
18
19
19
# Defines the platforms on which to run build jobs. One job is created for each platform, and the
20
20
# object in this array is sent to the job template as 'platform'. If no platforms are specified,
Original file line number Diff line number Diff line change 3
3
"dotnet" : " 10.0.100-preview.3.25201.16"
4
4
},
5
5
"msbuild-sdks" : {
6
- "Microsoft.DotNet.Arcade.Sdk" : " 10.0.0-beta.25230.108 "
6
+ "Microsoft.DotNet.Arcade.Sdk" : " 10.0.0-beta.25251.102 "
7
7
}
8
8
}
You can’t perform that action at this time.
0 commit comments