We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c12e486 commit 00fb344Copy full SHA for 00fb344
BuildConfigGen/Properties/launchSettings.json
@@ -4,13 +4,9 @@
4
"commandName": "Project",
5
"commandLineArgs": "--all-tasks --write-updates"
6
},
7
- "BuildConfigGenSingle": {
+ "BuildConfigGenNew": {
8
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"
+ "commandLineArgs": "--use-semver-build-config --all-tasks --write-updates"
14
}
15
16
-}
+}
0 commit comments