Skip to content

Commit 9b94d9d

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20250625.4 (#6553)
[main] Update dependencies from dotnet/arcade
1 parent f99c625 commit 9b94d9d

File tree

5 files changed

+18
-11
lines changed

5 files changed

+18
-11
lines changed

eng/Version.Details.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -194,17 +194,17 @@
194194
</Dependency>
195195
</ProductDependencies>
196196
<ToolsetDependencies>
197-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25302.2">
197+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25325.4">
198198
<Uri>https://github.com/dotnet/arcade</Uri>
199-
<Sha>0d52a8b262d35fa2fde84e398cb2e791b8454bd2</Sha>
199+
<Sha>13b20849f8294593bf150a801cab639397e6c29d</Sha>
200200
</Dependency>
201-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.25302.2">
201+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.25325.4">
202202
<Uri>https://github.com/dotnet/arcade</Uri>
203-
<Sha>0d52a8b262d35fa2fde84e398cb2e791b8454bd2</Sha>
203+
<Sha>13b20849f8294593bf150a801cab639397e6c29d</Sha>
204204
</Dependency>
205-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="9.0.0-beta.25302.2">
205+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="9.0.0-beta.25325.4">
206206
<Uri>https://github.com/dotnet/arcade</Uri>
207-
<Sha>0d52a8b262d35fa2fde84e398cb2e791b8454bd2</Sha>
207+
<Sha>13b20849f8294593bf150a801cab639397e6c29d</Sha>
208208
</Dependency>
209209
</ToolsetDependencies>
210210
</Dependencies>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
<!-- Dependencies from https://github.com/dotnet/efcore -->
8585
<MicrosoftEntityFrameworkCoreSqliteVersion>9.0.6</MicrosoftEntityFrameworkCoreSqliteVersion>
8686
<!-- Dependencies from https://github.com/dotnet/arcade -->
87-
<MicrosoftDotNetBuildTasksTemplatingVersion>9.0.0-beta.25302.2</MicrosoftDotNetBuildTasksTemplatingVersion>
87+
<MicrosoftDotNetBuildTasksTemplatingVersion>9.0.0-beta.25325.4</MicrosoftDotNetBuildTasksTemplatingVersion>
8888
</PropertyGroup>
8989
<PropertyGroup Label="No longer automated Maestro dependency updates">
9090
<!-- Packages from dotnet/runtime -->

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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"sdk": {
3-
"version": "9.0.106"
3+
"version": "9.0.107"
44
},
55
"tools": {
6-
"dotnet": "9.0.106",
6+
"dotnet": "9.0.107",
77
"runtimes": {
88
"dotnet": [
99
"8.0.0",
@@ -18,7 +18,7 @@
1818
"msbuild-sdks": {
1919
"Microsoft.Build.NoTargets": "3.7.0",
2020
"Microsoft.Build.Traversal": "3.2.0",
21-
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25302.2",
22-
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.25302.2"
21+
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25325.4",
22+
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.25325.4"
2323
}
2424
}

0 commit comments

Comments
 (0)