Skip to content

Instantly share code, notes, and snippets.

@dontpaniclabsgists
Created August 23, 2017 20:43
Show Gist options
  • Select an option

  • Save dontpaniclabsgists/2055514229d5b79f7adce691d5ea0e33 to your computer and use it in GitHub Desktop.

Select an option

Save dontpaniclabsgists/2055514229d5b79f7adce691d5ea0e33 to your computer and use it in GitHub Desktop.
netcore_8
{
"version": "0.1.0",
"command": "dotnet",
"isShellCommand": true,
"args": [],
"tasks": [
{
"taskName": "build",
"args": [
"${workspaceRoot}/hello2/hello2.csproj"
],
"isBuildCommand": true,
"problemMatcher": "$msCompile"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment