Skip to content

Commit e4cdae7

Browse files
[release/9.0] Update dependencies from dotnet/arcade (#302)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 5135366 commit e4cdae7

6 files changed

Lines changed: 13 additions & 13 deletions

File tree

eng/Version.Details.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,18 @@
1313
<Sha>02fe27cd6a9b001c8feb7938e6ef4b3799745759</Sha>
1414
<SourceBuild RepoName="command-line-api" ManagedOnly="true" />
1515
</Dependency>
16-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25626.6">
16+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.26070.1">
1717
<Uri>https://github.com/dotnet/arcade</Uri>
18-
<Sha>ab5773ac30dce73227fa1dff6bf1a21eea67cbd0</Sha>
18+
<Sha>9b9436a55a49bd58acb8ae95a57ad2185da26805</Sha>
1919
</Dependency>
20-
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.25626.6">
20+
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.26070.1">
2121
<Uri>https://github.com/dotnet/arcade</Uri>
22-
<Sha>ab5773ac30dce73227fa1dff6bf1a21eea67cbd0</Sha>
22+
<Sha>9b9436a55a49bd58acb8ae95a57ad2185da26805</Sha>
2323
</Dependency>
2424
<!-- Intermediate is necessary for source build. -->
25-
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.25626.6">
25+
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.26070.1">
2626
<Uri>https://github.com/dotnet/arcade</Uri>
27-
<Sha>ab5773ac30dce73227fa1dff6bf1a21eea67cbd0</Sha>
27+
<Sha>9b9436a55a49bd58acb8ae95a57ad2185da26805</Sha>
2828
<SourceBuild RepoName="arcade" ManagedOnly="true" />
2929
</Dependency>
3030
<!-- Intermediate is necessary for source build. -->

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/job/source-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
demands: ImageOverride -equals build.ubuntu.2004.amd64
6666
${{ if eq(variables['System.TeamProject'], 'internal') }}:
6767
name: $[replace(replace(eq(contains(coalesce(variables['System.PullRequest.TargetBranch'], variables['Build.SourceBranch'], 'refs/heads/main'), 'release'), 'true'), True, 'NetCore1ESPool-Svc-Internal'), False, 'NetCore1ESPool-Internal')]
68-
image: 1es-azurelinux-3
68+
image: Azure-Linux-3-Amd64
6969
os: linux
7070
${{ else }}:
7171
pool:

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"tools": {
3-
"dotnet": "9.0.112",
3+
"dotnet": "9.0.113",
44
"runtimes": {
55
"dotnet": [
66
"8.0.0",
@@ -10,6 +10,6 @@
1010
}
1111
},
1212
"msbuild-sdks": {
13-
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25626.6"
13+
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.26070.1"
1414
}
1515
}

0 commit comments

Comments
 (0)