-
Notifications
You must be signed in to change notification settings - Fork 258
ci: adds windows arm64 build #6467
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
Conversation
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
failures of test_and_generate_binaries (win-arm64, windows-11-arm) are expected. This is because the test is poorly designed and attempts to download the binaries from GitHub directly, which obviously fails in this case since we haven't released that architecture yet. A better test design would have been to use zip the local build, and use dotnet serve to serve this locally + an environment variable based override. |
demonstrated as building here https://microsoftgraph.visualstudio.com/Graph%20Developer%20Experiences/_build/results?buildId=185804&view=results |
after merging, this needs to also be merged. MicrosoftDocs/openapi-docs#152 |
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
fixes #6427