We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df6604b commit 079a103Copy full SHA for 079a103
1 file changed
.azure-pipelines/organize_windows_artifacts.py
@@ -26,7 +26,7 @@ def move(src, dest):
26
include_copied = False
27
28
for platform, uwp in product(PLATFORMS, TRUE_FALSE):
29
- # No need to support ARM/ARM64 except for UWP.
+ # ARM/ARM64 is only built for the UWP platform.
30
if not uwp and (platform.lower() == 'arm' or platform.lower() == 'arm64'):
31
continue
32
0 commit comments