Skip to content

Commit f8ae1d9

Browse files
authored
Remove unneeded vs2019 build step (#927)
* Remove unneeded vs2019 build step * Update iOS machine pool
1 parent 0d60a49 commit f8ae1d9

File tree

1 file changed

+1
-30
lines changed

1 file changed

+1
-30
lines changed

Utilities/Pipelines/libHttpClient.CI.yml

Lines changed: 1 addition & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -32,35 +32,6 @@ schedules:
3232
name: $(Build.DefinitionName)_$(date:yyMM).$(date:dd)$(rev:rrr)
3333

3434
jobs:
35-
####################
36-
# Visual Studio 2019
37-
####################
38-
39-
- job: Win32Vs19Build
40-
displayName: libHttpClient Win32/UWP VS2019 Build
41-
pool:
42-
name: xbl-1es-vs2019-pool
43-
timeoutInMinutes: 180
44-
strategy:
45-
matrix:
46-
x86_Debug:
47-
Platform: x86
48-
Configuration: Debug
49-
x64_Debug:
50-
Platform: x64
51-
Configuration: Debug
52-
x86_Release:
53-
Platform: x86
54-
Configuration: Release
55-
x64_Release:
56-
Platform: x64
57-
Configuration: Release
58-
steps:
59-
- template: Tasks/vs2019-build.yml
60-
parameters:
61-
platform: $(Platform)
62-
configuration: $(Configuration)
63-
6435
####################
6536
# Visual Studio 2022
6637
####################
@@ -128,7 +99,7 @@ jobs:
12899
- job: iOSBuild
129100
displayName: libHttpClient iOS Build
130101
pool:
131-
vmImage: macOS-13
102+
vmImage: macOS-15
132103
timeoutInMinutes: 180
133104
strategy:
134105
matrix:

0 commit comments

Comments
 (0)