Skip to content

Commit 6bb25ed

Browse files
authored
[main] Update dependencies from dotnet/arcade (#18936)
2 parents d61bde9 + a0e1b07 commit 6bb25ed

File tree

5 files changed

+21
-13
lines changed

5 files changed

+21
-13
lines changed

eng/Version.Details.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -243,17 +243,17 @@
243243
</Dependency>
244244
</ProductDependencies>
245245
<ToolsetDependencies>
246-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24157.3">
246+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24159.1">
247247
<Uri>https://github.com/dotnet/arcade</Uri>
248-
<Sha>2215d18d04a6565e9133c15ece7df7161fdf1e8e</Sha>
248+
<Sha>f4538b1f8ff5ceb197aea509f3f61872b217b09e</Sha>
249249
</Dependency>
250-
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="9.0.0-beta.24157.3">
250+
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="9.0.0-beta.24159.1">
251251
<Uri>https://github.com/dotnet/arcade</Uri>
252-
<Sha>2215d18d04a6565e9133c15ece7df7161fdf1e8e</Sha>
252+
<Sha>f4538b1f8ff5ceb197aea509f3f61872b217b09e</Sha>
253253
</Dependency>
254-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="9.0.0-beta.24157.3">
254+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="9.0.0-beta.24159.1">
255255
<Uri>https://github.com/dotnet/arcade</Uri>
256-
<Sha>2215d18d04a6565e9133c15ece7df7161fdf1e8e</Sha>
256+
<Sha>f4538b1f8ff5ceb197aea509f3f61872b217b09e</Sha>
257257
</Dependency>
258258
<Dependency Name="Microsoft.DotNet.Darc" Version="1.1.0-beta.24157.2">
259259
<Uri>https://github.com/dotnet/arcade-services</Uri>
@@ -263,14 +263,14 @@
263263
<Uri>https://github.com/dotnet/arcade-services</Uri>
264264
<Sha>049ed7fcb1a7038d20e160b798606c64f743058c</Sha>
265265
</Dependency>
266-
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.24157.3">
266+
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.24159.1">
267267
<Uri>https://github.com/dotnet/arcade</Uri>
268-
<Sha>2215d18d04a6565e9133c15ece7df7161fdf1e8e</Sha>
268+
<Sha>f4538b1f8ff5ceb197aea509f3f61872b217b09e</Sha>
269269
</Dependency>
270270
<!-- Intermediate is necessary for source build. -->
271-
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.24157.3">
271+
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.24159.1">
272272
<Uri>https://github.com/dotnet/arcade</Uri>
273-
<Sha>2215d18d04a6565e9133c15ece7df7161fdf1e8e</Sha>
273+
<Sha>f4538b1f8ff5ceb197aea509f3f61872b217b09e</Sha>
274274
<SourceBuild RepoName="arcade" ManagedOnly="true" />
275275
</Dependency>
276276
<Dependency Name="Microsoft.Extensions.Logging.Console" Version="9.0.0-alpha.1.23612.13">

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
</PropertyGroup>
4040
<PropertyGroup>
4141
<!-- Dependency from https://github.com/dotnet/arcade -->
42-
<MicrosoftDotNetBuildTasksInstallersPackageVersion>9.0.0-beta.24157.3</MicrosoftDotNetBuildTasksInstallersPackageVersion>
42+
<MicrosoftDotNetBuildTasksInstallersPackageVersion>9.0.0-beta.24159.1</MicrosoftDotNetBuildTasksInstallersPackageVersion>
4343
</PropertyGroup>
4444
<PropertyGroup>
4545
<!-- Dependency from https://github.com/dotnet/arcade-services -->

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ parameters:
1515
timeoutInMinutes: ''
1616
variables: []
1717
workspace: ''
18+
templateContext: ''
1819

1920
# Job base template specific parameters
2021
# See schema documentation - https://github.com/dotnet/arcade/blob/master/Documentation/AzureDevOps/TemplateSchema.md
@@ -68,6 +69,9 @@ jobs:
6869
${{ if ne(parameters.timeoutInMinutes, '') }}:
6970
timeoutInMinutes: ${{ parameters.timeoutInMinutes }}
7071

72+
${{ if ne(parameters.templateContext, '') }}:
73+
templateContext: ${{ parameters.templateContext }}
74+
7175
variables:
7276
- ${{ if ne(parameters.enableTelemetry, 'false') }}:
7377
- name: DOTNET_CLI_TELEMETRY_PROFILE

eng/common/templates/job/job.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ parameters:
1515
timeoutInMinutes: ''
1616
variables: []
1717
workspace: ''
18+
templateContext: ''
1819

1920
# Job base template specific parameters
2021
# See schema documentation - https://github.com/dotnet/arcade/blob/master/Documentation/AzureDevOps/TemplateSchema.md
@@ -68,6 +69,9 @@ jobs:
6869
${{ if ne(parameters.timeoutInMinutes, '') }}:
6970
timeoutInMinutes: ${{ parameters.timeoutInMinutes }}
7071

72+
${{ if ne(parameters.templateContext, '') }}:
73+
templateContext: ${{ parameters.templateContext }}
74+
7175
variables:
7276
- ${{ if ne(parameters.enableTelemetry, 'false') }}:
7377
- name: DOTNET_CLI_TELEMETRY_PROFILE

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"cmake": "latest"
1212
},
1313
"msbuild-sdks": {
14-
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24157.3",
15-
"Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.24157.3"
14+
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24159.1",
15+
"Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.24159.1"
1616
}
1717
}

0 commit comments

Comments
 (0)