Open am11 opened 2 months ago
Tagging subscribers to this area: @dotnet/runtime-infrastructure See info in area-owners.md if you want to be subscribed.
That's pretty weird and likely some AzDO issue since we don't configure access at the artifacts level.
Can you try going to https://dev.azure.com/dnceng-public/public/_build/results?buildId=788469&view=artifacts&pathAsName=false&type=publishedArtifacts and downloading Release_CoreCLR_osx_arm64_Release
from the UI using the dropdown:
In case you didn't know, you can get to the artifacts list by clicking here on the build summary page:
e.g. windows-x64: https://dev.azure.com/dnceng-public/public/_build/results?buildId=788469&view=logs&jobId=904dec8a-a560-5b3c-34ba-e48a636ec9fc&j=0b2f91e0-e9b9-5995-d2e6-c547ad90c405&t=a2b5e8a9-3564-5a98-83c0-cc6b995e15d6 has:
which we can download and investigate/consume locally to build the next steps.
but osx-arm64: https://dev.azure.com/dnceng-public/public/_build/results?buildId=788469&view=logs&jobId=904dec8a-a560-5b3c-34ba-e48a636ec9fc&j=904dec8a-a560-5b3c-34ba-e48a636ec9fc&t=018db854-fefb-5222-3d8d-2036f59631b9 has:
which denies the request:
It would be nice to not restrict access, at least not due to platform bias.
cc @akoeplinger, @mmitche