Skip to content

Commit b0c8bf6

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20260313.2 (#1566)
On relative base path root Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 11.0.0-beta.26156.2 -> To Version 11.0.0-beta.26163.2 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 607b3de commit b0c8bf6

6 files changed

Lines changed: 13 additions & 9 deletions

File tree

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="11.0.0-beta.26156.2">
6+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="11.0.0-beta.26163.2">
77
<Uri>https://github.com/dotnet/arcade</Uri>
8-
<Sha>539e8742ff635bd8b0ae8a7b3a6a02aa60b72c8b</Sha>
8+
<Sha>2e8c949b4e75b05c3a33e848f36cf5b263707338</Sha>
99
</Dependency>
10-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="11.0.0-beta.26156.2">
10+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="11.0.0-beta.26163.2">
1111
<Uri>https://github.com/dotnet/arcade</Uri>
12-
<Sha>539e8742ff635bd8b0ae8a7b3a6a02aa60b72c8b</Sha>
12+
<Sha>2e8c949b4e75b05c3a33e848f36cf5b263707338</Sha>
1313
</Dependency>
1414
</ToolsetDependencies>
1515
</Dependencies>

eng/common/core-templates/stages/renovate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ extends:
7676
- stage: Renovate
7777
displayName: Run Renovate
7878
jobs:
79-
- template: /eng/common/core-templates/job/renovate.yml@self
79+
- template: /eng/common/core-templates/job/renovate.yml
8080
parameters:
8181
renovateConfigPath: ${{ parameters.renovateConfigPath }}
8282
gitHubRepo: ${{ parameters.gitHubRepo }}

eng/common/core-templates/steps/install-microbuild.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ steps:
7373
# YAML expansion, and Windows vs. Linux/Mac uses different service connections. However,
7474
# we can avoid including the MB install step if not enabled at all. This avoids a bunch of
7575
# extra pipeline authorizations, since most pipelines do not sign on non-Windows.
76-
- template: /eng/common/core-templates/steps/install-microbuild-impl.yml@self
76+
- template: /eng/common/core-templates/steps/install-microbuild-impl.yml
7777
parameters:
7878
enablePreviewMicrobuild: ${{ parameters.enablePreviewMicrobuild }}
7979
microbuildTaskInputs:
@@ -95,7 +95,7 @@ steps:
9595
condition: and(succeeded(), eq(variables['Agent.Os'], 'Windows_NT'), in(variables['_SignType'], 'real', 'test'))
9696

9797
- ${{ if eq(parameters.enableMicrobuildForMacAndLinux, true) }}:
98-
- template: /eng/common/core-templates/steps/install-microbuild-impl.yml@self
98+
- template: /eng/common/core-templates/steps/install-microbuild-impl.yml
9999
parameters:
100100
enablePreviewMicrobuild: ${{ parameters.enablePreviewMicrobuild }}
101101
microbuildTaskInputs:

eng/common/tools.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,8 @@ function InstallDotNet([string] $dotnetRoot,
295295

296296
$dotnetVersionLabel = "'sdk v$version'"
297297

298+
# For performance this check is duplicated in src/Microsoft.DotNet.Arcade.Sdk/src/InstallDotNetCore.cs
299+
# if you are making changes here, consider if you need to make changes there as well.
298300
if ($runtime -ne '' -and $runtime -ne 'sdk') {
299301
$runtimePath = $dotnetRoot
300302
$runtimePath = $runtimePath + "\shared"

eng/common/tools.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,8 @@ function InstallDotNet {
184184
local version=$2
185185
local runtime=$4
186186

187+
# For performance this check is duplicated in src/Microsoft.DotNet.Arcade.Sdk/src/InstallDotNetCore.cs
188+
# if you are making changes here, consider if you need to make changes there as well.
187189
local dotnetVersionLabel="'$runtime v$version'"
188190
if [[ -n "${4:-}" ]] && [ "$4" != 'sdk' ]; then
189191
runtimePath="$root"

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"dotnet": "11.0.100-preview.2.26159.112"
44
},
55
"msbuild-sdks": {
6-
"Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26156.2",
7-
"Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.26156.2"
6+
"Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26163.2",
7+
"Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.26163.2"
88
}
99
}

0 commit comments

Comments
 (0)