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.

15 lines
370 B

  1. {
  2. "version": "0.1.0",
  3. "command": "dotnet",
  4. "isShellCommand": true,
  5. "args": [],
  6. "tasks": [
  7. {
  8. "taskName": "build",
  9. "args": [
  10. "${workspaceRoot}/src/Services/Basket/Basket.API/Basket.API.csproj"
  11. ],
  12. "isBuildCommand": true,
  13. "problemMatcher": "$msCompile"
  14. }
  15. ]
  16. }