Skip to content

Commit b05ee29

Browse files
committed
Update azure-pipelines.yml
1 parent 00f153c commit b05ee29

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

azure-pipelines.yml

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ variables:
44
trigger:
55
branches:
66
include:
7-
- Nexus
87
- Omega
98
- releases/*
109
paths:
@@ -39,16 +38,11 @@ jobs:
3938
ARCHITECTURE: x64
4039
CONFIGURATION: Release
4140
WINSTORE: -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION="10.0.17763.0"
42-
#ARM32-UWP:
43-
# GENERATOR: "Visual Studio 17 2022"
44-
# ARCHITECTURE: ARM
45-
# CONFIGURATION: Release
46-
# WINSTORE: -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION="10.0.17763.0"
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"
41+
ARM32-UWP:
42+
GENERATOR: "Visual Studio 17 2022"
43+
ARCHITECTURE: ARM,version=10.0.17763.0
44+
CONFIGURATION: Release
45+
WINSTORE: -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION="10.0.17763.0"
5246

5347
workspace:
5448
clean: all

0 commit comments

Comments
 (0)