File tree Expand file tree Collapse file tree 5 files changed +21
-15
lines changed
common/core-templates/job Expand file tree Collapse file tree 5 files changed +21
-15
lines changed Original file line number Diff line number Diff line change 55 <!-- Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
66 <!-- Begin: Package sources from dotnet-runtime -->
77 <add key =" darc-int-dotnet-runtime-aae90fa" value =" https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-aae90fa0/nuget/v3/index.json" />
8+ <add key =" darc-int-dotnet-runtime-aae90fa-2" value =" https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-aae90fa0-2/nuget/v3/index.json" />
9+ <add key =" darc-int-dotnet-runtime-aae90fa-1" value =" https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-aae90fa0-1/nuget/v3/index.json" />
810 <!-- End: Package sources from dotnet-runtime -->
911 <!-- End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
1012 <add key =" dotnet-eng" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
2123 <clear />
2224 <!-- Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
2325 <!-- Begin: Package sources from dotnet-runtime -->
26+ <add key =" darc-int-dotnet-runtime-aae90fa-1" value =" true" />
27+ <add key =" darc-int-dotnet-runtime-aae90fa-2" value =" true" />
2428 <add key =" darc-int-dotnet-runtime-aae90fa" value =" true" />
2529 <!-- End: Package sources from dotnet-runtime -->
2630 <!-- End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
Original file line number Diff line number Diff line change 6767 </Dependency >
6868 </ProductDependencies >
6969 <ToolsetDependencies >
70- <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 9.0.0-beta.25380.1 " >
70+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 9.0.0-beta.25407.2 " >
7171 <Uri >https://github.com/dotnet/arcade</Uri >
72- <Sha >7e67a7b4b62513a475afe46c4cd74d54b68f65c9 </Sha >
72+ <Sha >e29823691315ed6b3acff20d5bdf3b0be7628283 </Sha >
7373 </Dependency >
74- <Dependency Name =" Microsoft.DotNet.Build.Tasks.Templating" Version =" 9.0.0-beta.25380.1 " >
74+ <Dependency Name =" Microsoft.DotNet.Build.Tasks.Templating" Version =" 9.0.0-beta.25407.2 " >
7575 <Uri >https://github.com/dotnet/arcade</Uri >
76- <Sha >7e67a7b4b62513a475afe46c4cd74d54b68f65c9 </Sha >
76+ <Sha >e29823691315ed6b3acff20d5bdf3b0be7628283 </Sha >
7777 </Dependency >
78- <Dependency Name =" Microsoft.DotNet.Helix.Sdk" Version =" 9.0.0-beta.25380.1 " >
78+ <Dependency Name =" Microsoft.DotNet.Helix.Sdk" Version =" 9.0.0-beta.25407.2 " >
7979 <Uri >https://github.com/dotnet/arcade</Uri >
80- <Sha >7e67a7b4b62513a475afe46c4cd74d54b68f65c9 </Sha >
80+ <Sha >e29823691315ed6b3acff20d5bdf3b0be7628283 </Sha >
8181 </Dependency >
8282 </ToolsetDependencies >
8383</Dependencies >
Original file line number Diff line number Diff line change 3434 <SystemFormatsAsn1Version >9.0.8</SystemFormatsAsn1Version >
3535 </PropertyGroup >
3636 <PropertyGroup Label =" Dependencies from dotnet/arcade" >
37- <MicrosoftDotNetBuildTasksTemplatingVersion >9.0.0-beta.25380.1 </MicrosoftDotNetBuildTasksTemplatingVersion >
37+ <MicrosoftDotNetBuildTasksTemplatingVersion >9.0.0-beta.25407.2 </MicrosoftDotNetBuildTasksTemplatingVersion >
3838 </PropertyGroup >
3939 <PropertyGroup Label =" Other dependencies" >
4040 <MicrosoftBuildFrameworkVersion >17.8.3</MicrosoftBuildFrameworkVersion >
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 "sdk" : {
3- "version" : " 9.0.107 " ,
3+ "version" : " 9.0.109 " ,
44 "allowPrerelease" : true ,
55 "rollForward" : " latestMajor"
66 },
77 "tools" : {
8- "dotnet" : " 9.0.107 " ,
8+ "dotnet" : " 9.0.109 " ,
99 "runtimes" : {
1010 "dotnet" : [
1111 " $(MicrosoftNETCoreBrowserDebugHostTransportVersion)"
1212 ]
1313 }
1414 },
1515 "msbuild-sdks" : {
16- "Microsoft.DotNet.Arcade.Sdk" : " 9.0.0-beta.25380.1 " ,
17- "Microsoft.DotNet.Helix.Sdk" : " 9.0.0-beta.25380.1 "
16+ "Microsoft.DotNet.Arcade.Sdk" : " 9.0.0-beta.25407.2 " ,
17+ "Microsoft.DotNet.Helix.Sdk" : " 9.0.0-beta.25407.2 "
1818 }
1919}
You can’t perform that action at this time.
0 commit comments