File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 17
17
</Dependency >
18
18
</ProductDependencies >
19
19
<ToolsetDependencies >
20
- <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 8.0.0-beta.25214.7 " >
20
+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 8.0.0-beta.25230.1 " >
21
21
<Uri >https://github.com/dotnet/arcade</Uri >
22
- <Sha >c487e860d456cda2580600ad81fd425d3bba21f7 </Sha >
22
+ <Sha >4246a31e5de9de87f760218c4f588cebf4661f45 </Sha >
23
23
<SourceBuild RepoName =" arcade" ManagedOnly =" true" />
24
24
</Dependency >
25
25
<Dependency Name =" Microsoft.DotNet.XliffTasks" Version =" 1.0.0-beta.23475.1" CoherentParentDependency =" Microsoft.DotNet.Arcade.Sdk" >
Original file line number Diff line number Diff line change 1
1
parameters :
2
2
runAsPublic : false
3
- sourceIndexUploadPackageVersion : 2.0.0-20240502.12
4
- sourceIndexProcessBinlogPackageVersion : 1.0.1-20240129 .2
3
+ sourceIndexUploadPackageVersion : 2.0.0-20250425.2
4
+ sourceIndexProcessBinlogPackageVersion : 1.0.1-20250425 .2
5
5
sourceIndexPackageSource : https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json
6
6
sourceIndexBuildCommand : powershell -NoLogo -NoProfile -ExecutionPolicy Bypass -Command "eng/common/build.ps1 -restore -build -binarylog -ci"
7
7
preSteps : []
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-stream8 '
17
+ container : ' mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream-9-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 1
1
parameters :
2
2
runAsPublic : false
3
- sourceIndexUploadPackageVersion : 2.0.0-20240502.12
4
- sourceIndexProcessBinlogPackageVersion : 1.0.1-20240129 .2
3
+ sourceIndexUploadPackageVersion : 2.0.0-20250425.2
4
+ sourceIndexProcessBinlogPackageVersion : 1.0.1-20250425 .2
5
5
sourceIndexPackageSource : https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json
6
6
sourceIndexBuildCommand : powershell -NoLogo -NoProfile -ExecutionPolicy Bypass -Command "eng/common/build.ps1 -restore -build -binarylog -ci"
7
7
preSteps : []
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-stream8 '
17
+ container : ' mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream-9-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" : " 8.0.115"
4
4
},
5
5
"msbuild-sdks" : {
6
- "Microsoft.DotNet.Arcade.Sdk" : " 8.0.0-beta.25214.7 "
6
+ "Microsoft.DotNet.Arcade.Sdk" : " 8.0.0-beta.25230.1 "
7
7
}
8
8
}
You can’t perform that action at this time.
0 commit comments