File tree Expand file tree Collapse file tree 1 file changed +30
-24
lines changed
Expand file tree Collapse file tree 1 file changed +30
-24
lines changed Original file line number Diff line number Diff line change @@ -65,30 +65,36 @@ jobs:
6565 # Visual Studio 2022
6666 # ###################
6767
68- # - job: Win32Vs22Build
69- # displayName: libHttpClient Win32/UWP VS2022 Build
70- # pool:
71- # name: VS2022-pool
72- # timeoutInMinutes: 180
73- # strategy:
74- # matrix:
75- # x86_Debug:
76- # Platform: x86
77- # Configuration: Debug
78- # x64_Debug:
79- # Platform: x64
80- # Configuration: Debug
81- # x86_Release:
82- # Platform: x86
83- # Configuration: Release
84- # x64_Release:
85- # Platform: x64
86- # Configuration: Release
87- # steps:
88- # - template: Tasks/vs2022-build.yml
89- # parameters:
90- # platform: $(Platform)
91- # configuration: $(Configuration)
68+ - job : Win32Vs22Build
69+ displayName : libHttpClient Win32/UWP VS2022 Build
70+ pool :
71+ name : VS2022-pool
72+ timeoutInMinutes : 180
73+ strategy :
74+ matrix :
75+ x86_Debug :
76+ Platform : x86
77+ Configuration : Debug
78+ x64_Debug :
79+ Platform : x64
80+ Configuration : Debug
81+ ARM64_Debug :
82+ Platform : ARM64
83+ Configuration : Debug
84+ x86_Release :
85+ Platform : x86
86+ Configuration : Release
87+ x64_Release :
88+ Platform : x64
89+ Configuration : Release
90+ ARM64_Release :
91+ Platform : ARM64
92+ Configuration : Release
93+ steps :
94+ - template : Tasks/vs2022-build.yml
95+ parameters :
96+ platform : $(Platform)
97+ configuration : $(Configuration)
9298
9399 # ###################
94100 # Android
You can’t perform that action at this time.
0 commit comments