Merge branch 'master' into add-sandbox-tests

This commit is contained in:
Konrad Borowski 2019-12-23 01:47:20 +01:00
commit 4ff488a60b

View File

@ -73,7 +73,7 @@
{ {
"identifier": "netcore", "identifier": "netcore",
"label": "Run", "label": "Run",
"code": "dotnet new console &>/dev/null; mv code Program.cs; dotnet run %s" "code": "ln -fst . /opt/microsoft/home/csharp/bin/Debug/netcoreapp*/*; dotnet /usr/lib64/dotnet/sdk/*/Roslyn/bincore/csc.dll %s code @/opt/microsoft/home/csharp/csopts.txt >&2; dotnet project.dll"
} }
] ]
} }