We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62c31b7 commit cc845dcCopy full SHA for cc845dc
1 file changed
src/vs/workbench/contrib/tasks/common/taskTemplates.ts
@@ -27,9 +27,10 @@ const dotnetBuild: TaskEntry = {
27
'\t"tasks": [',
28
'\t\t{',
29
'\t\t\t"label": "build",',
30
- '\t\t\t"command": "dotnet build",',
+ '\t\t\t"command": "dotnet",',
31
'\t\t\t"type": "shell",',
32
'\t\t\t"args": [',
33
+ '\t\t\t\t"build",',
34
'\t\t\t\t// Ask dotnet build to generate full paths for file names.',
35
'\t\t\t\t"/property:GenerateFullPaths=true",',
36
'\t\t\t\t// Do not generate summary otherwise it leads to duplicate errors in Problems panel',
0 commit comments