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 a9af1f2 commit ae6e87fCopy full SHA for ae6e87f
.vscode/tasks.json
@@ -22,15 +22,25 @@
22
"suppressTaskName": true,
23
"args": [ "Invoke-Build Restore" ]
24
},
25
+ {
26
+ "taskName": "CleanAll",
27
+ "suppressTaskName": true,
28
+ "args": [ "Invoke-Build CleanAll" ]
29
+ },
30
{
31
"taskName": "Clean",
32
33
"args": [ "Invoke-Build Clean" ]
34
35
- "taskName": "Build",
36
+ "taskName": "BuildAll",
37
38
"isBuildCommand": true,
39
+ "args": [ "Invoke-Build BuildAll" ]
40
41
42
+ "taskName": "Build",
43
44
"args": [ "Invoke-Build Build" ]
45
}
46
]
0 commit comments