{
    "version": "2.0.0",
    "command": "dotnet",
    "tasks": [
        {
            "label": "build",
            "command": "dotnet",
            "type": "process",
            "args": [
                "build",
                "${workspaceFolder}/Chloe.Admin/Chloe.Admin.csproj"
            ],
            "problemMatcher": "$msCompile"
        }
    ]
}

 

相关文章:

  • 2021-04-02
  • 2021-11-11
  • 2021-12-23
猜你喜欢
  • 2021-09-19
  • 2021-09-20
  • 2021-10-30
  • 2021-04-03
  • 2021-04-22
  • 2021-09-29
相关资源
相似解决方案