We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 522962c commit 198e87dCopy full SHA for 198e87d
azure-pipelines.yml
@@ -5,7 +5,6 @@ trigger:
5
branches:
6
include:
7
- Piers
8
- - Omega
9
- releases/*
10
paths:
11
@@ -37,12 +36,12 @@ jobs:
37
36
GENERATOR: "Visual Studio 17 2022"
38
ARCHITECTURE: Win32
39
CONFIGURATION: Release
40
- WINSTORE: -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION=10.0.22621.0
+ WINSTORE: -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION="10.0.22621.0"
41
Win64-UWP:
42
43
ARCHITECTURE: x64
44
45
46
47
workspace:
48
clean: all
0 commit comments