-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Description
Official builds have started failing with:
workloadsbuild depends on unknown job installer__coreclr__windows_arm_Release_.
See for example https://dev.azure.com/dnceng/internal/_build/results?buildId=2178029&view=results. I believe caused by #85947. @BruceForstall
Probably we need to at least remove the arm dependencies from
runtime/eng/pipelines/runtime-official.yml
Line 527 in 11e22ce
| - installer__coreclr__windows_arm_Release_ |
| IntermediateArtifacts/windows_arm/Shipping/Microsoft.NETCore.App.Runtime.win-arm*.nupkg |
Reactions are currently unavailable