We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53d171f commit d5b4a3cCopy full SHA for d5b4a3c
azure-pipelines.yml
@@ -4,7 +4,6 @@ variables:
4
trigger:
5
branches:
6
include:
7
- - Nexus
8
- Omega
9
- releases/*
10
paths:
@@ -41,14 +40,9 @@ jobs:
41
40
WINSTORE: -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION="10.0.17763.0"
42
ARM32-UWP:
43
GENERATOR: "Visual Studio 17 2022"
44
- ARCHITECTURE: ARM
+ ARCHITECTURE: ARM,version=10.0.17763.0
45
CONFIGURATION: Release
46
47
- #ARM64-UWP:
48
- # GENERATOR: "Visual Studio 17 2022"
49
- # ARCHITECTURE: ARM64
50
- # CONFIGURATION: Release
51
- # WINSTORE: -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION="10.0.17763.0"
52
53
workspace:
54
clean: all
0 commit comments