Add .NET SDK directory to PATH (#2070)

Using `dotnet.exe` through a shim breaks debugging in VS Code.
This commit is contained in:
Ilja Nosik 2018-03-01 20:50:17 +01:00 committed by Richard Kuhnt
parent a8b76469d5
commit 254d75632c

View File

@ -12,7 +12,7 @@
"hash": "sha512:e4d4872733710ddb93bb00fe724a63be4c7fb352d120841c255a89fc42c3e81da8749c201f63ecfc0e86cb473c9854da719e92a3e665f0c380c3e7cf862b1db3"
}
},
"bin": "dotnet.exe",
"env_add_path": ".",
"checkver": {
"url": "https://www.microsoft.com/net/download/windows",
"re": "Download .NET Core SDK ([\\d.]+)"