Skip to content

Commit 1f0cdd4

Browse files
author
Mirroring
committed
Merge commit 'c2c9c8ba9a6bcf174b6d5ae156ef182f127227d7'
2 parents 87b05c6 + c2c9c8b commit 1f0cdd4

6 files changed

Lines changed: 14 additions & 14 deletions

File tree

.config/dotnet-tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
]
1616
},
1717
"microsoft.dotnet.xharness.cli": {
18-
"version": "9.0.0-prerelease.25615.2",
18+
"version": "11.0.0-prerelease.26064.3",
1919
"commands": [
2020
"xharness"
2121
]

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

eng/pipelines/coreclr/templates/helix-queues-setup.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ jobs:
5454

5555
# iOS devices
5656
- ${{ if in(parameters.platform, 'ios_arm64') }}:
57-
- OSX.13.Amd64.Iphone.Open
57+
- OSX.15.Amd64.Iphone.Open
5858

5959
# tvOS devices
6060
- ${{ if in(parameters.platform, 'tvos_arm64') }}:
61-
- OSX.13.Amd64.AppleTV.Open
61+
- OSX.15.Amd64.AppleTV.Open
6262

6363
# Linux arm
6464
- ${{ if eq(parameters.platform, 'linux_arm') }}:
@@ -105,16 +105,16 @@ jobs:
105105
# OSX arm64
106106
- ${{ if eq(parameters.platform, 'osx_arm64') }}:
107107
- ${{ if eq(variables['System.TeamProject'], 'public') }}:
108-
- OSX.13.ARM64.Open
108+
- OSX.15.ARM64.Open
109109
- ${{ if eq(variables['System.TeamProject'], 'internal') }}:
110-
- OSX.13.ARM64
110+
- OSX.15.ARM64
111111

112112
# OSX x64
113113
- ${{ if eq(parameters.platform, 'osx_x64') }}:
114114
- ${{ if eq(variables['System.TeamProject'], 'public') }}:
115-
- OSX.13.Amd64.Open
115+
- OSX.15.Amd64.Open
116116
- ${{ if eq(variables['System.TeamProject'], 'internal') }}:
117-
- OSX.13.Amd64
117+
- OSX.15.Amd64
118118

119119
# windows x64
120120
- ${{ if eq(parameters.platform, 'windows_x64') }}:

eng/pipelines/libraries/helix-queues-setup.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,11 @@ jobs:
7373

7474
# OSX arm64
7575
- ${{ if eq(parameters.platform, 'osx_arm64') }}:
76-
- OSX.13.ARM64.Open
76+
- OSX.15.ARM64.Open
7777

7878
# OSX x64
7979
- ${{ if eq(parameters.platform, 'osx_x64') }}:
80-
- OSX.13.Amd64.Open
80+
- OSX.15.Amd64.Open
8181

8282
# Android
8383
- ${{ if in(parameters.platform, 'android_x86', 'android_x64', 'linux_bionic_x64') }}:
@@ -95,11 +95,11 @@ jobs:
9595

9696
# iOS devices
9797
- ${{ if in(parameters.platform, 'ios_arm64') }}:
98-
- OSX.13.Amd64.Iphone.Open
98+
- OSX.15.Amd64.Iphone.Open
9999

100100
# tvOS devices
101101
- ${{ if in(parameters.platform, 'tvos_arm64') }}:
102-
- OSX.13.Amd64.AppleTV.Open
102+
- OSX.15.Amd64.AppleTV.Open
103103

104104
# windows x64
105105
- ${{ if eq(parameters.platform, 'windows_x64') }}:

src/coreclr/scripts/superpmi_collect_setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ def main(main_args):
465465
else:
466466
helix_queue = "Ubuntu.2204.Amd64"
467467
elif platform_name == "osx":
468-
helix_queue = "OSX.13.ARM64" if arch == "arm64" else "OSX.13.Amd64"
468+
helix_queue = "OSX.15.ARM64" if arch == "arm64" else "OSX.15.Amd64"
469469

470470
# Copy the superpmi scripts
471471

src/tests/Interop/COM/ComWrappers/API/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1121,7 +1121,7 @@ CustomQueryInterfaceResult ICustomQueryInterface.GetInterface(ref Guid iid, out
11211121
}
11221122
}
11231123

1124-
return CustomQueryInterfaceResult.Failed;
1124+
return CustomQueryInterfaceResult.NotHandled;
11251125
}
11261126
}
11271127
}

0 commit comments

Comments
 (0)