We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ec7fe9 commit 3a59f10Copy full SHA for 3a59f10
1 file changed
.azure-pipelines/shared/shared.py
@@ -6,7 +6,7 @@
6
7
VS_VERSION = 'Visual Studio 17 2022'
8
9
-PLATFORMS = ('Win32', 'x64', 'ARM', 'ARM64')
+PLATFORMS = ('Win32', 'x64', 'ARM64')
10
11
TRUE_FALSE = (True, False)
12
0 commit comments