Skip to content

Commit a3fbd0f

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20251105.2 (#651)
On relative base path root Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 8.0.0-beta.25515.1 -> To Version 8.0.0-beta.25555.2 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent de16e8a commit a3fbd0f

File tree

6 files changed

+26
-6
lines changed

6 files changed

+26
-6
lines changed

eng/Version.Details.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<ProductDependencies>
44
</ProductDependencies>
55
<ToolsetDependencies>
6-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.25515.1">
6+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.25555.2">
77
<Uri>https://github.com/dotnet/arcade</Uri>
8-
<Sha>6544413e02741855b701468aa8afc6cf8ca62c72</Sha>
8+
<Sha>048a8c0ba5b72234301a3605c424ee9f9ff99772</Sha>
99
</Dependency>
10-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.25515.1">
10+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.25555.2">
1111
<Uri>https://github.com/dotnet/arcade</Uri>
12-
<Sha>6544413e02741855b701468aa8afc6cf8ca62c72</Sha>
12+
<Sha>048a8c0ba5b72234301a3605c424ee9f9ff99772</Sha>
1313
</Dependency>
1414
</ToolsetDependencies>
1515
</Dependencies>

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,11 @@ jobs:
152152
BARBuildId: ${{ parameters.BARBuildId }}
153153
PromoteToChannelIds: ${{ parameters.PromoteToChannelIds }}
154154

155+
# Darc is targeting 8.0, so make sure it's installed
156+
- task: UseDotNet@2
157+
inputs:
158+
version: 8.0.x
159+
155160
- task: AzureCLI@2
156161
displayName: Publish Using Darc
157162
inputs:

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

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

272272
- task: NuGetAuthenticate@1
273273

274+
# Darc is targeting 8.0, so make sure it's installed
275+
- task: UseDotNet@2
276+
inputs:
277+
version: 8.0.x
278+
274279
- task: AzureCLI@2
275280
displayName: Publish Using Darc
276281
inputs:

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,11 @@ jobs:
148148
BARBuildId: ${{ parameters.BARBuildId }}
149149
PromoteToChannelIds: ${{ parameters.PromoteToChannelIds }}
150150

151+
# Darc is targeting 8.0, so make sure it's installed
152+
- task: UseDotNet@2
153+
inputs:
154+
version: 8.0.x
155+
151156
- task: AzureCLI@2
152157
displayName: Publish Using Darc
153158
inputs:

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

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

268268
- task: NuGetAuthenticate@1
269269

270+
# Darc is targeting 8.0, so make sure it's installed
271+
- task: UseDotNet@2
272+
inputs:
273+
version: 8.0.x
274+
270275
- task: AzureCLI@2
271276
displayName: Publish Using Darc
272277
inputs:

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"dotnet": "8.0.121"
44
},
55
"msbuild-sdks": {
6-
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.25515.1",
7-
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.25515.1"
6+
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.25555.2",
7+
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.25555.2"
88
}
99
}

0 commit comments

Comments
 (0)