File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
common/core-templates/job Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1919 </Dependency >
2020 </ProductDependencies >
2121 <ToolsetDependencies >
22- <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 9.0.0-beta.25577 .5" >
22+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 9.0.0-beta.25608 .5" >
2323 <Uri >https://github.com/dotnet/arcade</Uri >
24- <Sha >0890ca08513391dafe556fb326c73c6c5c6cb329 </Sha >
24+ <Sha >92e45d251889042fd956e18b28d489020298d864 </Sha >
2525 </Dependency >
2626 <!-- Intermediate is necessary for source build. -->
27- <Dependency Name =" Microsoft.SourceBuild.Intermediate.arcade" Version =" 9.0.0-beta.25577 .5" >
27+ <Dependency Name =" Microsoft.SourceBuild.Intermediate.arcade" Version =" 9.0.0-beta.25608 .5" >
2828 <Uri >https://github.com/dotnet/arcade</Uri >
29- <Sha >0890ca08513391dafe556fb326c73c6c5c6cb329 </Sha >
29+ <Sha >92e45d251889042fd956e18b28d489020298d864 </Sha >
3030 <SourceBuild RepoName =" arcade" ManagedOnly =" true" />
3131 </Dependency >
3232 <!-- Dependencies required for source build. We'll still update manually -->
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ parameters:
66 sourceIndexBuildCommand : powershell -NoLogo -NoProfile -ExecutionPolicy Bypass -Command "eng/common/build.ps1 -restore -build -binarylog -ci"
77 preSteps : []
88 binlogPath : artifacts/log/Debug/Build.binlog
9- condition : ' '
9+ condition : eq(variables['Build.SourceBranch'], 'refs/heads/main')
1010 dependsOn : ' '
1111 pool : ' '
1212 is1ESPipeline : ' '
Original file line number Diff line number Diff line change 33 "dotnet" : " 9.0.112"
44 },
55 "msbuild-sdks" : {
6- "Microsoft.DotNet.Arcade.Sdk" : " 9.0.0-beta.25577 .5"
6+ "Microsoft.DotNet.Arcade.Sdk" : " 9.0.0-beta.25608 .5"
77 }
88}
You can’t perform that action at this time.
0 commit comments