Skip to content

Commit 00fb344

Browse files
authored
Update launchSettings.json
1 parent c12e486 commit 00fb344

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

BuildConfigGen/Properties/launchSettings.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,9 @@
44
"commandName": "Project",
55
"commandLineArgs": "--all-tasks --write-updates"
66
},
7-
"BuildConfigGenSingle": {
7+
"BuildConfigGenNew": {
88
"commandName": "Project",
9-
"commandLineArgs": "--task PowerShellV2 --configs=Node20 --write-updates"
10-
},
11-
"BuildConfigGenSingleNew": {
12-
"commandName": "Project",
13-
"commandLineArgs": "--use-semver-build-config --task PowerShellV2 --configs=Node20 --write-updates"
9+
"commandLineArgs": "--use-semver-build-config --all-tasks --write-updates"
1410
}
1511
}
16-
}
12+
}

0 commit comments

Comments
 (0)