Open MRayermannMSFT opened 6 months ago
Hmmmm seems like we are blocked by a signing related issue.
Signing uses a DevDiv created .dll (ddsignfiles.dll
). This .dll requires .NET Core 3.1. However, a macOS ARM64 versio of .NET Core 3.1 doesn't exist. This is an issue because the [UseDotNet]() task doesn't let us specify the arch of .NET it installs, only version. So it tries to find 3.1 for macOS ARM64 and fails. 😔
I was able to try an un-signed build, which successfully finished, but macOS said the .app is damaged when trying to open it. I'm going to choose not to investigate that for now given the blocking issue with signing.
In short, to get unblocked with signed builds either:
https://dev.azure.com/mseng/AzureDevOps/_wiki/wikis/AzureDevOps.wiki/40632/macos-13-arm64-migration-to-macos-latest-internal