UNPKG

generator-team-ignite-tour

Version:
15 lines 332 B
{ "version": "2.0.0", "tasks": [ { "label": "build", "command": "dotnet", "type": "process", "args": [ "build", "${workspaceFolder}/InventoryService.Api.csproj" ], "problemMatcher": "$msCompile" } ] }