Skip to content

Commit cc845dc

Browse files
committed
Update dotnet tasks template
1 parent 62c31b7 commit cc845dc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/vs/workbench/contrib/tasks/common/taskTemplates.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,10 @@ const dotnetBuild: TaskEntry = {
2727
'\t"tasks": [',
2828
'\t\t{',
2929
'\t\t\t"label": "build",',
30-
'\t\t\t"command": "dotnet build",',
30+
'\t\t\t"command": "dotnet",',
3131
'\t\t\t"type": "shell",',
3232
'\t\t\t"args": [',
33+
'\t\t\t\t"build",',
3334
'\t\t\t\t// Ask dotnet build to generate full paths for file names.',
3435
'\t\t\t\t"/property:GenerateFullPaths=true",',
3536
'\t\t\t\t// Do not generate summary otherwise it leads to duplicate errors in Problems panel',

0 commit comments

Comments
 (0)