Skip to content

Commit 0dd59bc

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20250625.4 (#15174)
Microsoft.DotNet.Arcade.Sdk From Version 9.0.0-beta.25302.2 -> To Version 9.0.0-beta.25325.4 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 298920f commit 0dd59bc

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

eng/Version.Details.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
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>

eng/common/core-templates/job/job.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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)'

eng/common/internal/NuGet.config

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,7 @@
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>

global.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "9.0.106",
3+
"version": "9.0.107",
44
"rollForward": "minor",
55
"allowPrerelease": false,
66
"architecture": "x64"
@@ -28,9 +28,9 @@
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
}

0 commit comments

Comments
 (0)