You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
400 B

  1. {
  2. "version": "2.0.0",
  3. "command": "dotnet",
  4. "args": [],
  5. "tasks": [
  6. {
  7. "label": "build",
  8. "type": "shell",
  9. "command": "dotnet",
  10. "args": [
  11. "build",
  12. "${workspaceRoot}\\MinioCoreTest\\project.json"
  13. ],
  14. "problemMatcher": "$msCompile",
  15. "group": "build"
  16. }
  17. ]
  18. }