File tree Expand file tree Collapse file tree 5 files changed +10
-21
lines changed Expand file tree Collapse file tree 5 files changed +10
-21
lines changed Original file line number Diff line number Diff line change 8
8
</Dependency >
9
9
</ProductDependencies >
10
10
<ToolsetDependencies >
11
- <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 10.0.0-beta.25225.4 " >
11
+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 10.0.0-beta.25253.1 " >
12
12
<Uri >https://github.com/dotnet/arcade</Uri >
13
- <Sha >5fb72aaffeff9c6f2ce46d3b226a84772fb72f55 </Sha >
13
+ <Sha >cdf9c563205c673b7df205e24564aa48dbc341c3 </Sha >
14
14
</Dependency >
15
15
<!-- Intermediate is necessary for source build. -->
16
16
<Dependency Name =" Microsoft.SourceBuild.Intermediate.arcade" Version =" 10.0.0-beta.25225.4" >
17
17
<Uri >https://github.com/dotnet/arcade</Uri >
18
18
<Sha >5fb72aaffeff9c6f2ce46d3b226a84772fb72f55</Sha >
19
19
<SourceBuild RepoName =" arcade" ManagedOnly =" true" />
20
20
</Dependency >
21
- <Dependency Name =" Microsoft.DotNet.Helix.Sdk" Version =" 10.0.0-beta.25225.4 " >
21
+ <Dependency Name =" Microsoft.DotNet.Helix.Sdk" Version =" 10.0.0-beta.25253.1 " >
22
22
<Uri >https://github.com/dotnet/arcade</Uri >
23
- <Sha >5fb72aaffeff9c6f2ce46d3b226a84772fb72f55 </Sha >
23
+ <Sha >cdf9c563205c673b7df205e24564aa48dbc341c3 </Sha >
24
24
</Dependency >
25
- <Dependency Name =" Microsoft.DotNet.Build.Tasks.Packaging" Version =" 10.0.0-beta.25225.4 " >
25
+ <Dependency Name =" Microsoft.DotNet.Build.Tasks.Packaging" Version =" 10.0.0-beta.25253.1 " >
26
26
<Uri >https://github.com/dotnet/arcade</Uri >
27
- <Sha >5fb72aaffeff9c6f2ce46d3b226a84772fb72f55 </Sha >
27
+ <Sha >cdf9c563205c673b7df205e24564aa48dbc341c3 </Sha >
28
28
</Dependency >
29
29
</ToolsetDependencies >
30
30
</Dependencies >
Original file line number Diff line number Diff line change 6
6
<PreReleaseVersionIteration >1</PreReleaseVersionIteration >
7
7
</PropertyGroup >
8
8
<PropertyGroup >
9
- <MicrosoftDotNetBuildTasksPackagingVersion >10.0.0-beta.25225.4 </MicrosoftDotNetBuildTasksPackagingVersion >
9
+ <MicrosoftDotNetBuildTasksPackagingVersion >10.0.0-beta.25253.1 </MicrosoftDotNetBuildTasksPackagingVersion >
10
10
</PropertyGroup >
11
11
</Project >
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 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.25225.4 " ,
7
- "Microsoft.DotNet.Helix.Sdk" : " 10.0.0-beta.25225.4 " ,
6
+ "Microsoft.DotNet.Arcade.Sdk" : " 10.0.0-beta.25253.1 " ,
7
+ "Microsoft.DotNet.Helix.Sdk" : " 10.0.0-beta.25253.1 " ,
8
8
"Microsoft.Build.Traversal" : " 3.4.0"
9
9
}
10
10
}
You can’t perform that action at this time.
0 commit comments