Sha256: e74f23e3223f127fdedd97e882af613353aec444681d13f8e8ece4017f4192c7
Contents?: true
Size: 643 Bytes
Versions: 5
Compression:
Stored size: 643 Bytes
Contents
{ // See https://go.microsoft.com/fwlink/?LinkId=733558 // for the documentation about the tasks.json format "version": "0.1.0", "command": "dotnet", "isShellCommand": true, "args": [], "tasks": [ { "taskName": "build", "args": ["./src/<%= application_name %>"], "isBuildCommand": true, "showOutput": "silent", "problemMatcher": "$msCompile" }, { "taskName": "test", "args": ["./test/<%= application_name %>.Tests"], "isBuildCommand": false, "problemMatcher": "$msCompile" } ] }
Version data entries
5 entries across 5 versions & 1 rubygems