File tree Expand file tree Collapse file tree 6 files changed +11
-22
lines changed Expand file tree Collapse file tree 6 files changed +11
-22
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 >0d838d1284cb95c963ac49987dfc2fa5d93a11e7 </GitCommitHash >
5
- <OfficialBuildId >20250428 .1</OfficialBuildId >
6
- <OutputPackageVersion >9.0.0-preview.1.25228 .1</OutputPackageVersion >
4
+ <GitCommitHash >150d38efe20041a832482eb69e0d61b5d795e167 </GitCommitHash >
5
+ <OfficialBuildId >20250501 .1</OfficialBuildId >
6
+ <OutputPackageVersion >9.0.0-preview.1.25251 .1</OutputPackageVersion >
7
7
</PropertyGroup >
8
8
</Project >
Original file line number Diff line number Diff line change 1
1
<Dependencies >
2
- <Source Uri =" https://github.com/dotnet/dotnet" Mapping =" deployment-tools" Sha =" efbfb137a317fb339a6b7be36af7188cc508dc95 " BarId =" 266095 " />
2
+ <Source Uri =" https://github.com/dotnet/dotnet" Mapping =" deployment-tools" Sha =" dab45dead83a6cf3e5fa9df1396c51e6a6b61c07 " BarId =" 266608 " />
3
3
<ProductDependencies >
4
4
</ProductDependencies >
5
5
<ToolsetDependencies >
6
- <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 10.0.0-beta.25228.104 " >
6
+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 10.0.0-beta.25251.102 " >
7
7
<Uri >https://github.com/dotnet/dotnet</Uri >
8
- <Sha >efbfb137a317fb339a6b7be36af7188cc508dc95 </Sha >
8
+ <Sha >dab45dead83a6cf3e5fa9df1396c51e6a6b61c07 </Sha >
9
9
</Dependency >
10
10
</ToolsetDependencies >
11
11
</Dependencies >
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 @@ -121,14 +121,3 @@ steps:
121
121
continueOnError : true
122
122
condition : succeededOrFailed()
123
123
sbomEnabled : false # we don't need SBOM for logs
124
-
125
- # Manually inject component detection so that we can ignore the source build upstream cache, which contains
126
- # a nupkg cache of input packages (a local feed).
127
- # This path must match the upstream cache path in property 'CurrentRepoSourceBuiltNupkgCacheDir'
128
- # in src\Microsoft.DotNet.Arcade.Sdk\tools\SourceBuild\SourceBuildArcade.targets
129
- - template : /eng/common/core-templates/steps/component-governance.yml
130
- parameters :
131
- displayName : Component Detection (Exclude upstream cache)
132
- is1ESPipeline : ${{ parameters.is1ESPipeline }}
133
- componentGovernanceIgnoreDirectories : ' $(Build.SourcesDirectory)/artifacts/sb/src/artifacts/obj/source-built-upstream-cache'
134
- disableComponentGovernance : ${{ eq(variables['System.TeamProject'], 'public') }}
Original file line number Diff line number Diff line change 8
8
"dotnet" : " 10.0.100-preview.3.25201.16"
9
9
},
10
10
"msbuild-sdks" : {
11
- "Microsoft.DotNet.Arcade.Sdk" : " 10.0.0-beta.25228.104 " ,
11
+ "Microsoft.DotNet.Arcade.Sdk" : " 10.0.0-beta.25251.102 " ,
12
12
"Microsoft.Build.NoTargets" : " 3.7.0" ,
13
13
"Microsoft.Build.Traversal" : " 3.4.0"
14
14
}
Original file line number Diff line number Diff line change 36
36
"commitSha" : " e5a8d8400751a0fe40f766f2130ef00c59ee9c56"
37
37
},
38
38
{
39
- "packageVersion" : " 9.0.0-preview.1.25228 .1" ,
40
- "barId" : 266125 ,
39
+ "packageVersion" : " 9.0.0-preview.1.25251 .1" ,
40
+ "barId" : 266637 ,
41
41
"path" : " deployment-tools" ,
42
42
"remoteUri" : " https://github.com/dotnet/deployment-tools" ,
43
- "commitSha" : " 0d838d1284cb95c963ac49987dfc2fa5d93a11e7 "
43
+ "commitSha" : " 150d38efe20041a832482eb69e0d61b5d795e167 "
44
44
},
45
45
{
46
46
"packageVersion" : " 9.0.623003" ,
You can’t perform that action at this time.
0 commit comments