Skip to content

Commit 198e87d

Browse files
committed
CI: update Azure Pipelines for Piers
1 parent 522962c commit 198e87d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ trigger:
55
branches:
66
include:
77
- Piers
8-
- Omega
98
- releases/*
109
paths:
1110
include:
@@ -37,12 +36,12 @@ jobs:
3736
GENERATOR: "Visual Studio 17 2022"
3837
ARCHITECTURE: Win32
3938
CONFIGURATION: Release
40-
WINSTORE: -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION=10.0.22621.0
39+
WINSTORE: -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION="10.0.22621.0"
4140
Win64-UWP:
4241
GENERATOR: "Visual Studio 17 2022"
4342
ARCHITECTURE: x64
4443
CONFIGURATION: Release
45-
WINSTORE: -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION=10.0.22621.0
44+
WINSTORE: -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION="10.0.22621.0"
4645

4746
workspace:
4847
clean: all

0 commit comments

Comments
 (0)