Skip to content

Commit 657ade4

Browse files
[release/9.0.0] Update dependencies from dotnet/arcade (#1506)
* Update dependencies from https://github.com/dotnet/arcade build 20251105.4 On relative base path root Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.XliffTasks From Version 9.0.0-beta.25515.2 -> To Version 9.0.0-beta.25555.4 * Update dependencies from https://github.com/dotnet/arcade build 20251112.4 On relative base path root Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.XliffTasks From Version 9.0.0-beta.25515.2 -> To Version 9.0.0-beta.25562.4 --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent abcaad2 commit 657ade4

File tree

4 files changed

+18
-8
lines changed

4 files changed

+18
-8
lines changed

eng/Version.Details.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,18 @@
2727
</Dependency>
2828
</ProductDependencies>
2929
<ToolsetDependencies>
30-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25515.2">
30+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25562.4">
3131
<Uri>https://github.com/dotnet/arcade</Uri>
32-
<Sha>6666973b629b24e259162dba03486c23af464bab</Sha>
32+
<Sha>6e2d8e204cebac7d3989c1996f96e5a9ed63fa80</Sha>
3333
</Dependency>
34-
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.25515.2">
34+
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.25562.4">
3535
<Uri>https://github.com/dotnet/arcade</Uri>
36-
<Sha>6666973b629b24e259162dba03486c23af464bab</Sha>
36+
<Sha>6e2d8e204cebac7d3989c1996f96e5a9ed63fa80</Sha>
3737
</Dependency>
3838
<!-- Intermediate is necessary for source build. -->
39-
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.25515.2">
39+
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.25562.4">
4040
<Uri>https://github.com/dotnet/arcade</Uri>
41-
<Sha>6666973b629b24e259162dba03486c23af464bab</Sha>
41+
<Sha>6e2d8e204cebac7d3989c1996f96e5a9ed63fa80</Sha>
4242
<SourceBuild RepoName="arcade" ManagedOnly="true" />
4343
</Dependency>
4444
</ToolsetDependencies>

eng/common/core-templates/job/publish-build-assets.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,11 @@ jobs:
145145
PromoteToChannelIds: ${{ parameters.PromoteToChannelIds }}
146146
is1ESPipeline: ${{ parameters.is1ESPipeline }}
147147

148+
# Darc is targeting 8.0, so make sure it's installed
149+
- task: UseDotNet@2
150+
inputs:
151+
version: 8.0.x
152+
148153
- task: AzureCLI@2
149154
displayName: Publish Using Darc
150155
inputs:

eng/common/core-templates/post-build/post-build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,11 @@ stages:
305305

306306
- task: NuGetAuthenticate@1
307307

308+
# Darc is targeting 8.0, so make sure it's installed
309+
- task: UseDotNet@2
310+
inputs:
311+
version: 8.0.x
312+
308313
- task: AzureCLI@2
309314
displayName: Publish Using Darc
310315
inputs:

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"tools": {
3-
"dotnet": "9.0.111"
3+
"dotnet": "9.0.112"
44
},
55
"msbuild-sdks": {
6-
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25515.2",
6+
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25562.4",
77
"Microsoft.Build.NoTargets": "3.7.0"
88
}
99
}

0 commit comments

Comments
 (0)