|
57 | 57 | } |
58 | 58 | }, |
59 | 59 | { |
60 | | - "name": "windows-msvc-debug-developer-mode", |
61 | | - "displayName": "msvc Debug (Developer Mode)", |
| 60 | + "name": "windows-msvc-debug", |
| 61 | + "displayName": "msvc Debug", |
62 | 62 | "description": "Target Windows with the msvc compiler, debug build type", |
63 | 63 | "inherits": "conf-windows-common", |
64 | 64 | "cacheVariables": { |
65 | 65 | "CMAKE_C_COMPILER": "cl", |
66 | 66 | "CMAKE_CXX_COMPILER": "cl", |
67 | | - "CMAKE_BUILD_TYPE": "Debug", |
68 | | - "ENABLE_DEVELOPER_MODE": "ON" |
69 | | - } |
70 | | - }, |
71 | | - { |
72 | | - "name": "windows-msvc-release-developer-mode", |
73 | | - "displayName": "msvc Release (Developer Mode)", |
74 | | - "description": "Target Windows with the msvc compiler, release build type", |
75 | | - "inherits": "conf-windows-common", |
76 | | - "cacheVariables": { |
77 | | - "CMAKE_C_COMPILER": "cl", |
78 | | - "CMAKE_CXX_COMPILER": "cl", |
79 | | - "CMAKE_BUILD_TYPE": "RelWithDebInfo", |
80 | | - "ENABLE_DEVELOPER_MODE": "ON" |
81 | | - } |
82 | | - }, |
83 | | - { |
84 | | - "name": "windows-msvc-debug-user-mode", |
85 | | - "displayName": "msvc Debug (User Mode)", |
86 | | - "description": "Target Windows with the msvc compiler, debug build type", |
87 | | - "inherits": "conf-windows-common", |
88 | | - "cacheVariables": { |
89 | | - "CMAKE_C_COMPILER": "cl", |
90 | | - "CMAKE_CXX_COMPILER": "cl", |
91 | | - "CMAKE_BUILD_TYPE": "Debug", |
92 | | - "ENABLE_DEVELOPER_MODE": "OFF" |
| 67 | + "CMAKE_BUILD_TYPE": "Debug" |
93 | 68 | } |
94 | 69 | }, |
95 | 70 | { |
96 | | - "name": "windows-msvc-release-user-mode", |
97 | | - "displayName": "msvc Release (User Mode)", |
| 71 | + "name": "windows-msvc-release", |
| 72 | + "displayName": "msvc Release", |
98 | 73 | "description": "Target Windows with the msvc compiler, release build type", |
99 | 74 | "inherits": "conf-windows-common", |
100 | 75 | "cacheVariables": { |
101 | 76 | "CMAKE_C_COMPILER": "cl", |
102 | 77 | "CMAKE_CXX_COMPILER": "cl", |
103 | | - "CMAKE_BUILD_TYPE": "RelWithDebInfo", |
104 | | - "ENABLE_DEVELOPER_MODE": "OFF" |
| 78 | + "CMAKE_BUILD_TYPE": "RelWithDebInfo" |
105 | 79 | } |
106 | 80 | }, |
107 | 81 | { |
|
195 | 169 | } |
196 | 170 | }, |
197 | 171 | { |
198 | | - "name": "test-windows-msvc-debug-developer-mode", |
| 172 | + "name": "test-windows-msvc-debug", |
199 | 173 | "displayName": "Strict", |
200 | 174 | "description": "Enable output and stop on failure", |
201 | 175 | "inherits": "test-common", |
202 | | - "configurePreset": "windows-msvc-debug-developer-mode" |
| 176 | + "configurePreset": "windows-msvc-debug" |
203 | 177 | }, |
204 | 178 | { |
205 | | - "name": "test-windows-msvc-release-developer-mode", |
| 179 | + "name": "test-windows-msvc-release", |
206 | 180 | "displayName": "Strict", |
207 | 181 | "description": "Enable output and stop on failure", |
208 | 182 | "inherits": "test-common", |
209 | | - "configurePreset": "windows-msvc-release-developer-mode" |
| 183 | + "configurePreset": "windows-msvc-release" |
210 | 184 | }, |
211 | 185 | { |
212 | 186 | "name": "test-windows-clang-debug", |
|
0 commit comments