From 3eca32a380359737561d99e69add6c64b38c3410 Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Wed, 19 Apr 2017 01:37:30 +0900 Subject: [PATCH] mono now uses msbuild. --- .vscode/tasks.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 03f5bc4c6c..433e5fd2a9 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -8,10 +8,7 @@ "taskName": "build", "isShellCommand": true, "showOutput": "silent", - "command": "xbuild", - "windows": { - "command": "msbuild" - }, + "command": "msbuild", "args": [ // Ask msbuild to generate full paths for file names. "/property:GenerateFullPaths=true"