|
38 | 38 | }, |
39 | 39 | { |
40 | 40 | "name": "windows-debug-vcpkg", |
41 | | - "displayName": "Debug", |
| 41 | + "displayName": "Windows Debug Vcpkg", |
42 | 42 | "inherits": "windows-base-vcpkg", |
43 | 43 | "cacheVariables": { |
44 | 44 | "CMAKE_BUILD_TYPE": "Debug" |
45 | 45 | } |
46 | 46 | }, |
47 | 47 | { |
48 | 48 | "name": "windows-release-vcpkg", |
49 | | - "displayName": "Release", |
| 49 | + "displayName": "Windows Release Vcpkg", |
50 | 50 | "inherits": "windows-base-vcpkg", |
51 | 51 | "cacheVariables": { |
52 | 52 | "CMAKE_BUILD_TYPE": "Release", |
|
157 | 157 | }, |
158 | 158 | { |
159 | 159 | "name": "darwin-debug-vcpkg", |
160 | | - "displayName": "Darwin Debug", |
| 160 | + "displayName": "Darwin Debug Vcpkg", |
161 | 161 | "inherits": "darwin-base-vcpkg", |
162 | 162 | "cacheVariables": { |
163 | 163 | "CMAKE_BUILD_TYPE": "Debug" |
|
173 | 173 | }, |
174 | 174 | { |
175 | 175 | "name": "darwin-release-vcpkg", |
176 | | - "displayName": "Darwin Release", |
| 176 | + "displayName": "Darwin Release Vcpkg", |
177 | 177 | "inherits": "darwin-base-vcpkg", |
178 | 178 | "cacheVariables": { |
179 | 179 | "CMAKE_BUILD_TYPE": "Release" |
|
0 commit comments