Skip to content

Commit 079a103

Browse files
improve comment
1 parent df6604b commit 079a103

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.azure-pipelines/organize_windows_artifacts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def move(src, dest):
2626
include_copied = False
2727

2828
for platform, uwp in product(PLATFORMS, TRUE_FALSE):
29-
# No need to support ARM/ARM64 except for UWP.
29+
# ARM/ARM64 is only built for the UWP platform.
3030
if not uwp and (platform.lower() == 'arm' or platform.lower() == 'arm64'):
3131
continue
3232

0 commit comments

Comments
 (0)