-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[build] Add support for Visual Studio on win-arm64 #11803
Conversation
Context: dotnet#11090 Context: xamarin/yaml-templates#204 Context: dotnet/android#7471 Context: xamarin/xamarin-macios#16935 Updates the VSMAN files generated for our .NET workload to support Visual Studio on windows-arm64.
Is there some flag or light that I can see on CI artifacts to make sure this all kicked in? |
If you look at a signed build, like xamarin-android/main:
"packages": [
{
"id": "Microsoft.Android.Sdk.net8.34.0.0-preview.1.74",
"version": "34.0.0.0",
"type": "Msi",
"machineArch": "arm64", I don't know if you can see that until this is merged? Do PRs build |
I don't think so, but I will check it once merged to confirm. |
@mattleibow the build is done from where this merged, what artifact contains the @pjcollins you might know. |
@jonathanpeppers I think https://devdiv.visualstudio.com/DevDiv/_build/results?buildId=7036408&view=results is the pipeline you'll want. |
@Redth @mattleibow this looks right to me: "packages": [
{
"id": "Maui.Sdk.net7.7.0.0-ci.net7.7216",
"version": "7.0.0.0",
"type": "Msi",
"machineArch": "arm64", How do we backport to .NET 6 and 7? |
/backport to net6.0 |
Started backporting to net6.0: https://github.com/dotnet/maui/actions/runs/3622584727 |
/backport to net7.0 |
Started backporting to net7.0: https://github.com/dotnet/maui/actions/runs/3622586873 |
Description of Change
Context: #11090
Context: https://github.com/xamarin/yaml-templates/pull/204
Context: dotnet/android#7471
Context: xamarin/xamarin-macios#16935
Updates the VSMAN files generated for our .NET workload to support Visual Studio on windows-arm64.