File tree Expand file tree Collapse file tree 1 file changed +1
-30
lines changed
Expand file tree Collapse file tree 1 file changed +1
-30
lines changed Original file line number Diff line number Diff line change @@ -32,35 +32,6 @@ schedules:
3232name : $(Build.DefinitionName)_$(date:yyMM).$(date:dd)$(rev:rrr)
3333
3434jobs :
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 # ###################
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 :
You can’t perform that action at this time.
0 commit comments