Skip to content

Tests: Exclude win/arm64 tests with CMAKE_VS_PLATFORM_NAME

Niyas Sait requested to merge nsait-linaro/cmake:fix_win_arm64_nightly into master

Use CMAKE_VS_PLATFORM_NAME instead of CMAKE_GENERATOR_PLATFORM. The latter is an input to CMake and may not have the value we need.

Issue: #23624 (closed)
Topic-rename: vs-test-arm64

Edited by Brad King

Merge request reports