|
63 | 63 | "displayName": "macOS", |
64 | 64 | "configurePreset": "macos", |
65 | 65 | "description": "Release build for macOS", |
66 | | - "targets": [ |
67 | | - "QtAppInstanceManager" |
68 | | - ], |
| 66 | + "targets": ["QtAppInstanceManager"], |
69 | 67 | "configuration": "Release", |
70 | 68 | "condition": { |
71 | 69 | "type": "equals", |
|
78 | 76 | "displayName": "Tests for macOS", |
79 | 77 | "configurePreset": "macos", |
80 | 78 | "description": "Tests release build for macOS", |
81 | | - "targets": [ |
82 | | - "QtAppInstanceManagerTests" |
83 | | - ], |
| 79 | + "targets": ["QtAppInstanceManagerTests"], |
84 | 80 | "configuration": "Release", |
85 | 81 | "condition": { |
86 | 82 | "type": "equals", |
|
93 | 89 | "displayName": "Windows", |
94 | 90 | "configurePreset": "windows", |
95 | 91 | "description": "Release build for Windows", |
96 | | - "targets": [ |
97 | | - "QtAppInstanceManager" |
98 | | - ], |
| 92 | + "targets": ["QtAppInstanceManager"], |
99 | 93 | "configuration": "Release", |
100 | 94 | "condition": { |
101 | 95 | "type": "equals", |
|
108 | 102 | "displayName": "Tests for Windows", |
109 | 103 | "configurePreset": "windows", |
110 | 104 | "description": "Tests release build for Windows", |
111 | | - "targets": [ |
112 | | - "QtAppInstanceManagerTests" |
113 | | - ], |
| 105 | + "targets": ["QtAppInstanceManagerTests"], |
114 | 106 | "configuration": "Release", |
115 | 107 | "condition": { |
116 | 108 | "type": "equals", |
|
123 | 115 | "displayName": "Linux", |
124 | 116 | "configurePreset": "linux", |
125 | 117 | "description": "Release build for Linux", |
126 | | - "targets": [ |
127 | | - "QtAppInstanceManager" |
128 | | - ], |
| 118 | + "targets": ["QtAppInstanceManager"], |
129 | 119 | "configuration": "Release", |
130 | 120 | "condition": { |
131 | 121 | "type": "equals", |
|
138 | 128 | "displayName": "Tests for Linux", |
139 | 129 | "configurePreset": "linux", |
140 | 130 | "description": "Tests release build for Linux", |
141 | | - "targets": [ |
142 | | - "QtAppInstanceManagerTests" |
143 | | - ], |
| 131 | + "targets": ["QtAppInstanceManagerTests"], |
144 | 132 | "configuration": "Release", |
145 | 133 | "condition": { |
146 | 134 | "type": "equals", |
|
159 | 147 | }, |
160 | 148 | "execution": { |
161 | 149 | "noTestsAction": "error", |
162 | | - "stopOnFailure": false, |
163 | | - "rerun-failed": true |
| 150 | + "stopOnFailure": false |
164 | 151 | }, |
165 | 152 | "condition": { |
166 | 153 | "type": "equals", |
|
177 | 164 | }, |
178 | 165 | "execution": { |
179 | 166 | "noTestsAction": "error", |
180 | | - "stopOnFailure": false, |
181 | | - "rerun-failed": true |
| 167 | + "stopOnFailure": false |
182 | 168 | }, |
183 | 169 | "condition": { |
184 | 170 | "type": "equals", |
|
195 | 181 | }, |
196 | 182 | "execution": { |
197 | 183 | "noTestsAction": "error", |
198 | | - "stopOnFailure": false, |
199 | | - "rerun-failed": true |
| 184 | + "stopOnFailure": false |
200 | 185 | }, |
201 | 186 | "condition": { |
202 | 187 | "type": "equals", |
|
0 commit comments