From 2333ed395558859f87501b242ee692c8f87c0147 Mon Sep 17 00:00:00 2001 From: Bruce Forstall Date: Wed, 10 May 2023 14:54:37 -0700 Subject: [PATCH] Fix official build after removing win-arm runtime build win-arm CI builds were removed with https://github.com/dotnet/runtime/pull/85947 --- eng/pipelines/runtime-official.yml | 1 - .../WorkloadManifest.json.in | 5 ----- 2 files changed, 6 deletions(-) diff --git a/eng/pipelines/runtime-official.yml b/eng/pipelines/runtime-official.yml index 3718c536dde9da..2ef77a1c7e4f9d 100644 --- a/eng/pipelines/runtime-official.yml +++ b/eng/pipelines/runtime-official.yml @@ -524,7 +524,6 @@ extends: - Build_windows_x64_release_CrossAOT_Mono - installer__coreclr__windows_x64_Release_ - installer__coreclr__windows_x86_Release_ - - installer__coreclr__windows_arm_Release_ - installer__coreclr__windows_arm64_Release_ - ${{ if eq(variables.isOfficialBuild, true) }}: diff --git a/src/mono/nuget/Microsoft.NET.Workload.Mono.Toolchain.Current.Manifest/WorkloadManifest.json.in b/src/mono/nuget/Microsoft.NET.Workload.Mono.Toolchain.Current.Manifest/WorkloadManifest.json.in index 72d84e806825e4..aabee7e79f819d 100644 --- a/src/mono/nuget/Microsoft.NET.Workload.Mono.Toolchain.Current.Manifest/WorkloadManifest.json.in +++ b/src/mono/nuget/Microsoft.NET.Workload.Mono.Toolchain.Current.Manifest/WorkloadManifest.json.in @@ -148,7 +148,6 @@ "packs": [ "Microsoft.NETCore.App.Runtime.win-x64", "Microsoft.NETCore.App.Runtime.win-x86", - "Microsoft.NETCore.App.Runtime.win-arm", "Microsoft.NETCore.App.Runtime.win-arm64" ] }, @@ -393,10 +392,6 @@ "kind": "framework", "version": "${PackageVersion}" }, - "Microsoft.NETCore.App.Runtime.win-arm" : { - "kind": "framework", - "version": "${PackageVersion}" - }, "Microsoft.NETCore.App.Runtime.win-arm64" : { "kind": "framework", "version": "${PackageVersion}"