File tree Expand file tree Collapse file tree 4 files changed +12
-5
lines changed Expand file tree Collapse file tree 4 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 2727 </Dependency >
2828 </ProductDependencies >
2929 <ToolsetDependencies >
30- <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 9.0.0-beta.25302.2 " >
30+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 9.0.0-beta.25325.4 " >
3131 <Uri >https://github.com/dotnet/arcade</Uri >
32- <Sha >0d52a8b262d35fa2fde84e398cb2e791b8454bd2 </Sha >
32+ <Sha >13b20849f8294593bf150a801cab639397e6c29d </Sha >
3333 </Dependency >
3434 <Dependency Name =" Microsoft.DiaSymReader.Pdb2Pdb" Version =" 1.1.0-beta2-19575-01" >
3535 <Uri >https://github.com/dotnet/symreader-converter</Uri >
Original file line number Diff line number Diff line change @@ -134,6 +134,10 @@ jobs:
134134 signType : $(_SignType)
135135 zipSources : false
136136 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
137141 env :
138142 TeamName : $(_TeamName)
139143 MicroBuildOutputFolderOverride : ' $(Agent.TempDirectory)'
Original file line number Diff line number Diff line change 44 <clear />
55 <add key =" dotnet-core-internal-tooling" value =" https://pkgs.dev.azure.com/devdiv/_packaging/dotnet-core-internal-tooling/nuget/v3/index.json" />
66 </packageSources >
7+ <packageSourceMapping >
8+ <clear />
9+ </packageSourceMapping >
710</configuration >
Original file line number Diff line number Diff line change 11{
22 "sdk" : {
3- "version" : " 9.0.106 " ,
3+ "version" : " 9.0.107 " ,
44 "rollForward" : " minor" ,
55 "allowPrerelease" : false ,
66 "architecture" : " x64"
2828 "version" : " 17.8.0"
2929 },
3030 "vswhere" : " 2.2.7" ,
31- "dotnet" : " 9.0.106 "
31+ "dotnet" : " 9.0.107 "
3232 },
3333 "msbuild-sdks" : {
34- "Microsoft.DotNet.Arcade.Sdk" : " 9.0.0-beta.25302.2 "
34+ "Microsoft.DotNet.Arcade.Sdk" : " 9.0.0-beta.25325.4 "
3535 }
3636}
You can’t perform that action at this time.
0 commit comments