Skip to content

Commit ae6b8f9

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20260113.2 (#285)
[dotnet/release/9.0] Update dependencies from dotnet/arcade
1 parent c591f8f commit ae6b8f9

6 files changed

Lines changed: 10 additions & 10 deletions

File tree

eng/Version.Details.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@
5151
</Dependency>
5252
</ProductDependencies>
5353
<ToolsetDependencies>
54-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25626.6">
54+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.26063.2">
5555
<Uri>https://github.com/dotnet/arcade</Uri>
56-
<Sha>ab5773ac30dce73227fa1dff6bf1a21eea67cbd0</Sha>
56+
<Sha>c85f9aceddaf85296e3efbc463daaa34fef5a375</Sha>
5757
</Dependency>
58-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Packaging" Version="9.0.0-beta.25626.6">
58+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Packaging" Version="9.0.0-beta.26063.2">
5959
<Uri>https://github.com/dotnet/arcade</Uri>
60-
<Sha>ab5773ac30dce73227fa1dff6bf1a21eea67cbd0</Sha>
60+
<Sha>c85f9aceddaf85296e3efbc463daaa34fef5a375</Sha>
6161
</Dependency>
6262
</ToolsetDependencies>
6363
</Dependencies>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<PreReleaseVersionIteration>1</PreReleaseVersionIteration>
77
</PropertyGroup>
88
<PropertyGroup>
9-
<MicrosoftDotNetBuildTasksPackagingVersion>9.0.0-beta.25626.6</MicrosoftDotNetBuildTasksPackagingVersion>
9+
<MicrosoftDotNetBuildTasksPackagingVersion>9.0.0-beta.26063.2</MicrosoftDotNetBuildTasksPackagingVersion>
1010
<!-- Python -->
1111
<runtimeosxarm64MicrosoftNETCoreRuntimeWasmPythonTransportVersion>9.0.0-alpha.1.25615.1</runtimeosxarm64MicrosoftNETCoreRuntimeWasmPythonTransportVersion>
1212
<runtimeosxx64MicrosoftNETCoreRuntimeWasmPythonTransportVersion>9.0.0-alpha.1.25615.1</runtimeosxx64MicrosoftNETCoreRuntimeWasmPythonTransportVersion>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
# If it's not devdiv, it's dnceng
7575
${{ if ne(variables['System.TeamProject'], 'DevDiv') }}:
7676
name: NetCore1ESPool-Publishing-Internal
77-
image: windows.vs2019.amd64
77+
image: windows.vs2022.amd64
7878
os: windows
7979
steps:
8080
- ${{ if eq(parameters.is1ESPipeline, '') }}:

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,11 +291,11 @@ stages:
291291
${{ else }}:
292292
${{ if eq(parameters.is1ESPipeline, true) }}:
293293
name: NetCore1ESPool-Publishing-Internal
294-
image: windows.vs2019.amd64
294+
image: windows.vs2022.amd64
295295
os: windows
296296
${{ else }}:
297297
name: NetCore1ESPool-Publishing-Internal
298-
demands: ImageOverride -equals windows.vs2019.amd64
298+
demands: ImageOverride -equals windows.vs2022.amd64
299299
steps:
300300
- template: /eng/common/core-templates/post-build/setup-maestro-vars.yml
301301
parameters:

eng/common/templates/variables/pool-providers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#
2424
# pool:
2525
# name: $(DncEngInternalBuildPool)
26-
# demands: ImageOverride -equals windows.vs2019.amd64
26+
# demands: ImageOverride -equals windows.vs2022.amd64
2727
variables:
2828
- ${{ if eq(variables['System.TeamProject'], 'internal') }}:
2929
- template: /eng/common/templates-official/variables/pool-providers.yml

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"dotnet": "9.0.112"
77
},
88
"msbuild-sdks": {
9-
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25626.6",
9+
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.26063.2",
1010
"Microsoft.Build.NoTargets": "3.5.0",
1111
"Microsoft.Build.Traversal": "2.0.34"
1212
}

0 commit comments

Comments
 (0)