File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 24
24
" TylerLeonhardt.vscode-inline-values-powershell" ,
25
25
" cschleiden.vscode-github-actions" ,
26
26
" ms-mssql.mssql" ,
27
- " Gruntfuggly.todo-tree"
27
+ " Gruntfuggly.todo-tree" ,
28
+ " streetsidesoftware.code-spell-checker"
28
29
],
29
30
"settings" : {
30
31
"editor.renderWhitespace" : " all" ,
Original file line number Diff line number Diff line change @@ -2351,13 +2351,19 @@ The Tags are the same"
2351
2351
FailedChange = 0 # + or - the number of tests failed for v5
2352
2352
SkippedChange = 0 # + or - the number of tests skipped for v5
2353
2353
},
2354
- @ {
2354
+ @ {
2355
2355
Name = ' SupportedBuild'
2356
2356
RunChange = -3 # + or - the number of tests run for v5
2357
2357
PassedChange = -3 # + or - the number of tests passed for v5
2358
2358
FailedChange = 0 # + or - the number of tests failed for v5
2359
2359
SkippedChange = 0 # + or - the number of tests skipped for v5
2360
-
2360
+ },
2361
+ @ {
2362
+ Name = ' GuestUserConnect'
2363
+ RunChange = 0 # + or - the number of tests run for v5
2364
+ PassedChange = +2 # + or - the number of tests passed for v5
2365
+ FailedChange = -2 # + or - the number of tests failed for v5
2366
+ SkippedChange = 0 # + or - the number of tests skipped for v5
2361
2367
}
2362
2368
)
2363
2369
$runchange = 0
You can’t perform that action at this time.
0 commit comments