File tree Expand file tree Collapse file tree 6 files changed +13
-24
lines changed
common/core-templates/steps Expand file tree Collapse file tree 6 files changed +13
-24
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 >2bb998b46268d8c38222a709ecf9fe8140df8393 </GitCommitHash >
5
- <OfficialBuildId >20250430 .1</OfficialBuildId >
6
- <OutputPackageVersion >10.0.100-preview.5.25230 .1</OutputPackageVersion >
4
+ <GitCommitHash >c32597769a4479ca82fc739a12ca11cd3b1d61e7 </GitCommitHash >
5
+ <OfficialBuildId >20250501 .1</OfficialBuildId >
6
+ <OutputPackageVersion >10.0.100-preview.5.25251 .1</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.25230 .1" ,
159
- "barId" : 266363 ,
158
+ "packageVersion" : " 10.0.100-preview.5.25251 .1" ,
159
+ "barId" : 266594 ,
160
160
"path" : " templating" ,
161
161
"remoteUri" : " https://github.com/dotnet/templating" ,
162
- "commitSha" : " 2bb998b46268d8c38222a709ecf9fe8140df8393 "
162
+ "commitSha" : " c32597769a4479ca82fc739a12ca11cd3b1d61e7 "
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 =" 78c5fa9a48d469a19ab5a61c16c955c1f370b5be " BarId =" 266331 " />
3
+ <Source Uri =" https://github.com/dotnet/dotnet" Mapping =" templating" Sha =" 35ccf19f39389d127ab037709b8e9c5a1b111a20 " BarId =" 266496 " />
4
4
<ProductDependencies >
5
- <Dependency Name =" System.CommandLine" Version =" 2.0.0-beta5.25229.109 " >
5
+ <Dependency Name =" System.CommandLine" Version =" 2.0.0-beta5.25230.108 " >
6
6
<Uri >https://github.com/dotnet/dotnet</Uri >
7
- <Sha >78c5fa9a48d469a19ab5a61c16c955c1f370b5be </Sha >
7
+ <Sha >35ccf19f39389d127ab037709b8e9c5a1b111a20 </Sha >
8
8
</Dependency >
9
9
</ProductDependencies >
10
10
<ToolsetDependencies >
11
- <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 10.0.0-beta.25229.109 " >
11
+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 10.0.0-beta.25230.108 " >
12
12
<Uri >https://github.com/dotnet/dotnet</Uri >
13
- <Sha >78c5fa9a48d469a19ab5a61c16c955c1f370b5be </Sha >
13
+ <Sha >35ccf19f39389d127ab037709b8e9c5a1b111a20 </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.25229.109 </SystemCommandLinePackageVersion >
18
+ <SystemCommandLinePackageVersion >2.0.0-beta5.25230.108 </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 @@ -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.25229.109 "
6
+ "Microsoft.DotNet.Arcade.Sdk" : " 10.0.0-beta.25230.108 "
7
7
}
8
8
}
You can’t perform that action at this time.
0 commit comments