|
43 | 43 | "label": "buildFullServer", |
44 | 44 | "hide": true, |
45 | 45 | "dependsOrder": "sequence", |
| 46 | + "dependsOn": [ |
| 47 | + "buildAdmin", |
| 48 | + "buildAPI", |
| 49 | + "buildEventsProcessor", |
| 50 | + "buildIdentity", |
| 51 | + "buildSso", |
| 52 | + "buildIcons", |
| 53 | + "buildBilling", |
| 54 | + "buildNotifications" |
| 55 | + ], |
| 56 | + }, |
| 57 | + { |
| 58 | + "label": "buildFullServerWithSeederApi", |
| 59 | + "hide": true, |
| 60 | + "dependsOrder": "sequence", |
46 | 61 | "dependsOn": [ |
47 | 62 | "buildAdmin", |
48 | 63 | "buildAPI", |
|
52 | 67 | "buildIcons", |
53 | 68 | "buildBilling", |
54 | 69 | "buildNotifications", |
| 70 | + "buildSeederAPI" |
55 | 71 | ], |
56 | 72 | }, |
57 | 73 | { |
|
89 | 105 | "/property:GenerateFullPaths=true", |
90 | 106 | "/consoleloggerparameters:NoSummary" |
91 | 107 | ], |
| 108 | + "options": { |
| 109 | + "cwd": "${workspaceFolder}" |
| 110 | + }, |
92 | 111 | "problemMatcher": "$msCompile" |
93 | 112 | }, |
94 | 113 | { |
|
102 | 121 | "/property:GenerateFullPaths=true", |
103 | 122 | "/consoleloggerparameters:NoSummary" |
104 | 123 | ], |
| 124 | + "options": { |
| 125 | + "cwd": "${workspaceFolder}" |
| 126 | + }, |
105 | 127 | "problemMatcher": "$msCompile" |
106 | 128 | }, |
107 | 129 | { |
|
115 | 137 | "/property:GenerateFullPaths=true", |
116 | 138 | "/consoleloggerparameters:NoSummary" |
117 | 139 | ], |
| 140 | + "options": { |
| 141 | + "cwd": "${workspaceFolder}" |
| 142 | + }, |
118 | 143 | "problemMatcher": "$msCompile" |
119 | 144 | }, |
120 | 145 | { |
|
128 | 153 | "/property:GenerateFullPaths=true", |
129 | 154 | "/consoleloggerparameters:NoSummary" |
130 | 155 | ], |
| 156 | + "options": { |
| 157 | + "cwd": "${workspaceFolder}" |
| 158 | + }, |
131 | 159 | "problemMatcher": "$msCompile" |
132 | 160 | }, |
133 | 161 | { |
|
141 | 169 | "/property:GenerateFullPaths=true", |
142 | 170 | "/consoleloggerparameters:NoSummary" |
143 | 171 | ], |
| 172 | + "options": { |
| 173 | + "cwd": "${workspaceFolder}" |
| 174 | + }, |
144 | 175 | "problemMatcher": "$msCompile" |
145 | 176 | }, |
146 | 177 | { |
|
154 | 185 | "/property:GenerateFullPaths=true", |
155 | 186 | "/consoleloggerparameters:NoSummary" |
156 | 187 | ], |
| 188 | + "options": { |
| 189 | + "cwd": "${workspaceFolder}" |
| 190 | + }, |
157 | 191 | "problemMatcher": "$msCompile" |
158 | 192 | }, |
159 | 193 | { |
|
167 | 201 | "/property:GenerateFullPaths=true", |
168 | 202 | "/consoleloggerparameters:NoSummary" |
169 | 203 | ], |
| 204 | + "options": { |
| 205 | + "cwd": "${workspaceFolder}" |
| 206 | + }, |
170 | 207 | "problemMatcher": "$msCompile" |
171 | 208 | }, |
172 | 209 | { |
|
180 | 217 | "/property:GenerateFullPaths=true", |
181 | 218 | "/consoleloggerparameters:NoSummary" |
182 | 219 | ], |
| 220 | + "options": { |
| 221 | + "cwd": "${workspaceFolder}" |
| 222 | + }, |
| 223 | + "problemMatcher": "$msCompile", |
| 224 | + "group": { |
| 225 | + "kind": "build", |
| 226 | + "isDefault": true |
| 227 | + } |
| 228 | + }, |
| 229 | + { |
| 230 | + "label": "buildSeederAPI", |
| 231 | + "hide": true, |
| 232 | + "command": "dotnet", |
| 233 | + "type": "process", |
| 234 | + "args": [ |
| 235 | + "build", |
| 236 | + "${workspaceFolder}/util/SeederApi/SeederApi.csproj", |
| 237 | + "/property:GenerateFullPaths=true", |
| 238 | + "/consoleloggerparameters:NoSummary" |
| 239 | + ], |
| 240 | + "options": { |
| 241 | + "cwd": "${workspaceFolder}" |
| 242 | + }, |
183 | 243 | "problemMatcher": "$msCompile", |
184 | 244 | "group": { |
185 | 245 | "kind": "build", |
|
197 | 257 | "/property:GenerateFullPaths=true", |
198 | 258 | "/consoleloggerparameters:NoSummary" |
199 | 259 | ], |
| 260 | + "options": { |
| 261 | + "cwd": "${workspaceFolder}" |
| 262 | + }, |
200 | 263 | "problemMatcher": "$msCompile", |
201 | 264 | "group": { |
202 | 265 | "kind": "build", |
|
214 | 277 | "/property:GenerateFullPaths=true", |
215 | 278 | "/consoleloggerparameters:NoSummary" |
216 | 279 | ], |
| 280 | + "options": { |
| 281 | + "cwd": "${workspaceFolder}" |
| 282 | + }, |
217 | 283 | "problemMatcher": "$msCompile", |
218 | 284 | "group": { |
219 | 285 | "kind": "build", |
|
224 | 290 | "label": "test", |
225 | 291 | "type": "shell", |
226 | 292 | "command": "dotnet test", |
| 293 | + "options": { |
| 294 | + "cwd": "${workspaceFolder}" |
| 295 | + }, |
227 | 296 | "group": { |
228 | 297 | "kind": "test", |
229 | 298 | "isDefault": true |
|
0 commit comments