File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 </Dependency >
99 </ProductDependencies >
1010 <ToolsetDependencies >
11- <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 8.0.0-beta.22503 .1" >
11+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 8.0.0-beta.22512 .1" >
1212 <Uri >https://github.com/dotnet/arcade</Uri >
13- <Sha >d2d39276af2db3da7816ee2dc543e120d7e5781e </Sha >
13+ <Sha >508fe921a748de6efc8b5d979e17beb88ccf5bcf </Sha >
1414 <SourceBuild RepoName =" arcade" ManagedOnly =" true" />
1515 </Dependency >
16- <Dependency Name =" Microsoft.DotNet.Helix.Sdk" Version =" 8.0.0-beta.22503 .1" >
16+ <Dependency Name =" Microsoft.DotNet.Helix.Sdk" Version =" 8.0.0-beta.22512 .1" >
1717 <Uri >https://github.com/dotnet/arcade</Uri >
18- <Sha >d2d39276af2db3da7816ee2dc543e120d7e5781e </Sha >
18+ <Sha >508fe921a748de6efc8b5d979e17beb88ccf5bcf </Sha >
1919 </Dependency >
2020 </ToolsetDependencies >
2121</Dependencies >
Original file line number Diff line number Diff line change @@ -22,13 +22,14 @@ parameters:
2222 MirrorRepo : ' '
2323 MirrorBranch : main
2424 condition : ' '
25+ JobNameSuffix : ' '
2526
2627jobs :
27- - job : OneLocBuild
28+ - job : OneLocBuild${{ parameters.JobNameSuffix }}
2829
2930 dependsOn : ${{ parameters.dependsOn }}
3031
31- displayName : OneLocBuild
32+ displayName : OneLocBuild${{ parameters.JobNameSuffix }}
3233
3334 ${{ if ne(parameters.pool, '') }} :
3435 pool : ${{ parameters.pool }}
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ parameters:
1414 # This is the default platform provided by Arcade, intended for use by a managed-only repo.
1515 defaultManagedPlatform :
1616 name : ' Managed'
17- container : ' mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream8-latest '
17+ container : ' mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream8'
1818
1919 # Defines the platforms on which to run build jobs. One job is created for each platform, and the
2020 # 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 1818 "perl" : " 5.32.1.1"
1919 },
2020 "msbuild-sdks" : {
21- "Microsoft.DotNet.Arcade.Sdk" : " 8.0.0-beta.22503 .1" ,
22- "Microsoft.DotNet.Helix.Sdk" : " 8.0.0-beta.22503 .1"
21+ "Microsoft.DotNet.Arcade.Sdk" : " 8.0.0-beta.22512 .1" ,
22+ "Microsoft.DotNet.Helix.Sdk" : " 8.0.0-beta.22512 .1"
2323 }
2424}
You can’t perform that action at this time.
0 commit comments