Skip to content

Commit 1fce87b

Browse files
committed
change order of json properties
1 parent ed52832 commit 1fce87b

8 files changed

Lines changed: 2441 additions & 1380 deletions

File tree

src/ModVerify.CliApp/Properties/launchSettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"Verify (Interactive)": {
88
"commandName": "Project",
9-
"commandLineArgs": "verify -o verifyResults --offline --minFailSeverity Information"
9+
"commandLineArgs": "verify -o verifyResults --offline --minFailSeverity Information --searchBaseline"
1010
},
1111
"Verify (Automatic Target Selection)": {
1212
"commandName": "Project",

0 commit comments

Comments
 (0)