Skip to content

Commit 8f353e6

Browse files
[release/10.0.1xx] Source code updates from dotnet/source-build-reference-packages (#4799)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 9ee8936 commit 8f353e6

6 files changed

Lines changed: 19 additions & 19 deletions

File tree

src/source-build-reference-packages/NuGet.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<clear />
88
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
99
<!-- Begin: Package sources from dotnet-dotnet -->
10-
<add key="darc-pub-dotnet-dotnet-3f106e5" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-dotnet-3f106e53/nuget/v3/index.json" />
10+
<add key="darc-pub-dotnet-dotnet-3628157" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-dotnet-36281576/nuget/v3/index.json" />
1111
<!-- End: Package sources from dotnet-dotnet -->
1212
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
1313
<add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" />

src/source-build-reference-packages/eng/Version.Details.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ This file should be imported by eng/Versions.props
88
<!-- dotnet/dotnet dependencies -->
99
<MicrosoftBuildPackageVersion>18.0.11</MicrosoftBuildPackageVersion>
1010
<MicrosoftBuildUtilitiesCorePackageVersion>18.0.11</MicrosoftBuildUtilitiesCorePackageVersion>
11-
<MicrosoftDotNetArcadeSdkPackageVersion>10.0.0-beta.26105.106</MicrosoftDotNetArcadeSdkPackageVersion>
12-
<MicrosoftDotNetGenAPITaskPackageVersion>10.0.104-servicing.26105.106</MicrosoftDotNetGenAPITaskPackageVersion>
11+
<MicrosoftDotNetArcadeSdkPackageVersion>10.0.0-beta.26110.106</MicrosoftDotNetArcadeSdkPackageVersion>
12+
<MicrosoftDotNetGenAPITaskPackageVersion>10.0.104-servicing.26110.106</MicrosoftDotNetGenAPITaskPackageVersion>
1313
<MicrosoftNETCoreILAsmPackageVersion>10.0.4</MicrosoftNETCoreILAsmPackageVersion>
1414
<MicrosoftNETCoreILDAsmPackageVersion>10.0.4</MicrosoftNETCoreILDAsmPackageVersion>
1515
</PropertyGroup>
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Dependencies>
3-
<Source Uri="https://github.com/dotnet/dotnet" Mapping="source-build-reference-packages" Sha="3f106e53de8994cbe931ddb9bcec1f095586f089" BarId="300469" />
3+
<Source Uri="https://github.com/dotnet/dotnet" Mapping="source-build-reference-packages" Sha="36281576f371e437e9fafe7ac0732979a2c2ba30" BarId="301172" />
44
<ToolsetDependencies>
55
<Dependency Name="Microsoft.Build" Version="18.0.11">
66
<Uri>https://github.com/dotnet/dotnet</Uri>
7-
<Sha>3f106e53de8994cbe931ddb9bcec1f095586f089</Sha>
7+
<Sha>36281576f371e437e9fafe7ac0732979a2c2ba30</Sha>
88
</Dependency>
99
<Dependency Name="Microsoft.Build.Utilities.Core" Version="18.0.11">
1010
<Uri>https://github.com/dotnet/dotnet</Uri>
11-
<Sha>3f106e53de8994cbe931ddb9bcec1f095586f089</Sha>
11+
<Sha>36281576f371e437e9fafe7ac0732979a2c2ba30</Sha>
1212
</Dependency>
13-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.26105.106">
13+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.26110.106">
1414
<Uri>https://github.com/dotnet/dotnet</Uri>
15-
<Sha>3f106e53de8994cbe931ddb9bcec1f095586f089</Sha>
15+
<Sha>36281576f371e437e9fafe7ac0732979a2c2ba30</Sha>
1616
</Dependency>
17-
<Dependency Name="Microsoft.DotNet.GenAPI.Task" Version="10.0.104-servicing.26105.106">
17+
<Dependency Name="Microsoft.DotNet.GenAPI.Task" Version="10.0.104-servicing.26110.106">
1818
<Uri>https://github.com/dotnet/dotnet</Uri>
19-
<Sha>3f106e53de8994cbe931ddb9bcec1f095586f089</Sha>
19+
<Sha>36281576f371e437e9fafe7ac0732979a2c2ba30</Sha>
2020
</Dependency>
2121
<Dependency Name="Microsoft.NETCore.ILAsm" Version="10.0.4">
2222
<Uri>https://github.com/dotnet/dotnet</Uri>
23-
<Sha>3f106e53de8994cbe931ddb9bcec1f095586f089</Sha>
23+
<Sha>36281576f371e437e9fafe7ac0732979a2c2ba30</Sha>
2424
</Dependency>
2525
<Dependency Name="Microsoft.NETCore.ILDAsm" Version="10.0.4">
2626
<Uri>https://github.com/dotnet/dotnet</Uri>
27-
<Sha>3f106e53de8994cbe931ddb9bcec1f095586f089</Sha>
27+
<Sha>36281576f371e437e9fafe7ac0732979a2c2ba30</Sha>
2828
</Dependency>
2929
</ToolsetDependencies>
3030
</Dependencies>

src/source-build-reference-packages/eng/common/core-templates/job/source-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,19 +60,19 @@ jobs:
6060
pool:
6161
${{ if eq(variables['System.TeamProject'], 'public') }}:
6262
name: $[replace(replace(eq(contains(coalesce(variables['System.PullRequest.TargetBranch'], variables['Build.SourceBranch'], 'refs/heads/main'), 'release'), 'true'), True, 'NetCore-Svc-Public' ), False, 'NetCore-Public')]
63-
demands: ImageOverride -equals Azure-Linux-3-Amd64-Public
63+
demands: ImageOverride -equals build.azurelinux.3.amd64.open
6464
${{ if eq(variables['System.TeamProject'], 'internal') }}:
6565
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')]
66-
image: Azure-Linux-3-Amd64
66+
image: build.azurelinux.3.amd64
6767
os: linux
6868
${{ else }}:
6969
pool:
7070
${{ if eq(variables['System.TeamProject'], 'public') }}:
7171
name: $[replace(replace(eq(contains(coalesce(variables['System.PullRequest.TargetBranch'], variables['Build.SourceBranch'], 'refs/heads/main'), 'release'), 'true'), True, 'NetCore-Svc-Public' ), False, 'NetCore-Public')]
72-
demands: ImageOverride -equals Azure-Linux-3-Amd64-Public
72+
demands: ImageOverride -equals build.azurelinux.3.amd64.open
7373
${{ if eq(variables['System.TeamProject'], 'internal') }}:
7474
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')]
75-
demands: ImageOverride -equals Azure-Linux-3-Amd64
75+
demands: ImageOverride -equals build.azurelinux.3.amd64
7676
${{ if ne(parameters.platform.pool, '') }}:
7777
pool: ${{ parameters.platform.pool }}
7878

src/source-build-reference-packages/global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"msbuild-sdks": {
1616
"Microsoft.Build.NoTargets": "3.7.0",
1717
"Microsoft.Build.Traversal": "3.4.0",
18-
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26105.106"
18+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26110.106"
1919
}
2020
}

src/source-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,10 @@
9797
"commitSha": "6b09479f78a07aabe5d73e46bab5bf04a59b616c"
9898
},
9999
{
100-
"barId": 301177,
100+
"barId": 301344,
101101
"path": "source-build-reference-packages",
102102
"remoteUri": "https://github.com/dotnet/source-build-reference-packages",
103-
"commitSha": "89fffcbe941103b798315a4be6fee38dc51913b6"
103+
"commitSha": "82c14a54da89e694bb363463c9d0d64a799312e7"
104104
},
105105
{
106106
"barId": 300575,

0 commit comments

Comments
 (0)