Skip to content

Commit 613fdb3

Browse files
authored
Merge pull request #9589 from dotnet/darc-release/9.0.1xx-45cc25bf-1754-41ab-8c3a-5a1b1f43bdc2
[release/9.0.1xx] Update dependencies from dotnet/arcade
2 parents 9887f54 + 1845338 commit 613fdb3

File tree

8 files changed

+7
-51
lines changed

8 files changed

+7
-51
lines changed

eng/Version.Details.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919
</Dependency>
2020
</ProductDependencies>
2121
<ToolsetDependencies>
22-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25562.4">
22+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25577.5">
2323
<Uri>https://github.com/dotnet/arcade</Uri>
24-
<Sha>6e2d8e204cebac7d3989c1996f96e5a9ed63fa80</Sha>
24+
<Sha>0890ca08513391dafe556fb326c73c6c5c6cb329</Sha>
2525
</Dependency>
2626
<!-- Intermediate is necessary for source build. -->
27-
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.25562.4">
27+
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.25577.5">
2828
<Uri>https://github.com/dotnet/arcade</Uri>
29-
<Sha>6e2d8e204cebac7d3989c1996f96e5a9ed63fa80</Sha>
29+
<Sha>0890ca08513391dafe556fb326c73c6c5c6cb329</Sha>
3030
<SourceBuild RepoName="arcade" ManagedOnly="true" />
3131
</Dependency>
3232
<!-- Dependencies required for source build. We'll still update manually -->

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-mariner-2
68+
image: 1es-azurelinux-3
6969
os: linux
7070
${{ else }}:
7171
pool:

eng/common/core-templates/steps/source-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ steps:
4141
# in the default public locations.
4242
internalRuntimeDownloadArgs=
4343
if [ '$(dotnetbuilds-internal-container-read-token-base64)' != '$''(dotnetbuilds-internal-container-read-token-base64)' ]; then
44-
internalRuntimeDownloadArgs='/p:DotNetRuntimeSourceFeed=https://dotnetbuilds.blob.core.windows.net/internal /p:DotNetRuntimeSourceFeedKey=$(dotnetbuilds-internal-container-read-token-base64) --runtimesourcefeed https://dotnetbuilds.blob.core.windows.net/internal --runtimesourcefeedkey $(dotnetbuilds-internal-container-read-token-base64)'
44+
internalRuntimeDownloadArgs='/p:DotNetRuntimeSourceFeed=https://ci.dot.net/internal /p:DotNetRuntimeSourceFeedKey=$(dotnetbuilds-internal-container-read-token-base64) --runtimesourcefeed https://ci.dot.net/internal --runtimesourcefeedkey $(dotnetbuilds-internal-container-read-token-base64)'
4545
fi
4646
4747
buildConfig=Release

eng/common/cross/x64/sources.list.bionic

Lines changed: 0 additions & 11 deletions
This file was deleted.

eng/common/cross/x64/sources.list.xenial

Lines changed: 0 additions & 11 deletions
This file was deleted.

eng/common/cross/x86/sources.list.focal

Lines changed: 0 additions & 11 deletions
This file was deleted.

eng/common/cross/x86/sources.list.jammy

Lines changed: 0 additions & 11 deletions
This file was deleted.

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"dotnet": "9.0.112"
44
},
55
"msbuild-sdks": {
6-
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25562.4"
6+
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25577.5"
77
}
88
}

0 commit comments

Comments
 (0)