Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix SocketsHttpHandler metrics test on Android #90225

Closed

Move to start of RemoteExecutor callback

30b88da
Select commit
Loading
Failed to load commit list.
Closed

Fix SocketsHttpHandler metrics test on Android #90225

Move to start of RemoteExecutor callback
30b88da
Select commit
Loading
Failed to load commit list.
Azure Pipelines / runtime-extra-platforms (Build maccatalyst-arm64 Release AllSubsets_Mono) failed Aug 9, 2023 in 1h 10m 10s

Build maccatalyst-arm64 Release AllSubsets_Mono failed

Annotations

Check failure on line 28 in src/mono/msbuild/common/LibraryBuilder.targets

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime-extra-platforms (Build maccatalyst-arm64 Release AllSubsets_Mono)

src/mono/msbuild/common/LibraryBuilder.targets#L28

src/mono/msbuild/common/LibraryBuilder.targets(28,5): error MSB4018: (NETCORE_ENGINEERING_TELEMETRY=Build) The "LibraryBuilderTask" task failed unexpectedly.
System.ArgumentException: maccatalyst does not have a valid platform name
   at Microsoft.Apple.Build.AppleSdk.GetPlatformName(String targetOS) in /_/src/tasks/MobileBuildTasks/Apple/AppleSdk.cs:line 138
   at Microsoft.Apple.Build.AppleSdk..ctor(String targetOS, TaskLoggingHelper logger) in /_/src/tasks/MobileBuildTasks/Apple/AppleSdk.cs:line 25
   at Microsoft.Apple.Build.AppleProject..ctor(String projectName, String runtimeIdentifier, TaskLoggingHelper logger) in /_/src/tasks/MobileBuildTasks/Apple/AppleProject.cs:line 31
   at LibraryBuilderTask.BuildAppleLibrary(List`1 sources, List`1 libs, List`1 linkerArgs) in /_/src/tasks/LibraryBuilder/LibraryBuilder.cs:line 402
   at LibraryBuilderTask.Execute() in /_/src/tasks/LibraryBuilder/LibraryBuilder.cs:line 157
   at Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute()
   at Microsoft.Build.BackEnd.TaskBuilder.ExecuteInstantiatedTask(ITaskExecutionHost taskExecutionHost, TaskLoggingContext taskLoggingContext, TaskHost taskHost, ItemBucket bucket, TaskExecutionMode howToExecuteTask)