File tree Expand file tree Collapse file tree 4 files changed +11
-9
lines changed
common/core-templates/job Expand file tree Collapse file tree 4 files changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ This file should be imported by eng/Versions.props
77<Project >
88 <PropertyGroup >
99 <!-- dotnet/arcade dependencies -->
10- <MicrosoftDotNetArcadeSdkPackageVersion >9.0.0-beta.25380.1 </MicrosoftDotNetArcadeSdkPackageVersion >
10+ <MicrosoftDotNetArcadeSdkPackageVersion >9.0.0-beta.25407.2 </MicrosoftDotNetArcadeSdkPackageVersion >
1111 </PropertyGroup >
1212 <!-- Property group for alternate package version names-->
1313 <PropertyGroup >
Original file line number Diff line number Diff line change 44 <ProductDependencies >
55 </ProductDependencies >
66 <ToolsetDependencies >
7- <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 9.0.0-beta.25380.1 " >
7+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 9.0.0-beta.25407.2 " >
88 <Uri >https://github.com/dotnet/arcade</Uri >
9- <Sha >7e67a7b4b62513a475afe46c4cd74d54b68f65c9 </Sha >
9+ <Sha >e29823691315ed6b3acff20d5bdf3b0be7628283 </Sha >
1010 </Dependency >
1111 </ToolsetDependencies >
1212</Dependencies >
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ parameters:
1919 # publishing defaults
2020 artifacts : ' '
2121 enableMicrobuild : false
22+ microbuildUseESRP : true
2223 enablePublishBuildArtifacts : false
2324 enablePublishBuildAssets : false
2425 enablePublishTestResults : false
@@ -134,10 +135,11 @@ jobs:
134135 signType : $(_SignType)
135136 zipSources : false
136137 feedSource : https://dnceng.pkgs.visualstudio.com/_packaging/MicroBuildToolset/nuget/v3/index.json
137- ${{ if eq(variables['System.TeamProject'], 'DevDiv') }} :
138- ConnectedPMEServiceName : 6cc74545-d7b9-4050-9dfa-ebefcc8961ea
139- ${{ else }} :
140- ConnectedPMEServiceName : 248d384a-b39b-46e3-8ad5-c2c210d5e7ca
138+ ${{ if eq(parameters.microbuildUseESRP, true) }} :
139+ ${{ if eq(variables['System.TeamProject'], 'DevDiv') }} :
140+ ConnectedPMEServiceName : 6cc74545-d7b9-4050-9dfa-ebefcc8961ea
141+ ${{ else }} :
142+ ConnectedPMEServiceName : 248d384a-b39b-46e3-8ad5-c2c210d5e7ca
141143 env :
142144 TeamName : $(_TeamName)
143145 MicroBuildOutputFolderOverride : ' $(Agent.TempDirectory)'
Original file line number Diff line number Diff line change 11{
22 "tools" : {
3- "dotnet" : " 9.0.107 " ,
3+ "dotnet" : " 9.0.109 " ,
44 "runtimes" : {
55 "dotnet" : [
66 " 8.0.12"
77 ]
88 }
99 },
1010 "msbuild-sdks" : {
11- "Microsoft.DotNet.Arcade.Sdk" : " 9.0.0-beta.25380.1 "
11+ "Microsoft.DotNet.Arcade.Sdk" : " 9.0.0-beta.25407.2 "
1212 }
1313}
You can’t perform that action at this time.
0 commit comments