Configured competitest for c#, fixes #6
This commit is contained in:
parent
a07935eb54
commit
cef37f249d
1 changed files with 10 additions and 0 deletions
|
|
@ -21,6 +21,16 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
run_command = {
|
||||||
|
cs = {
|
||||||
|
exec = "dotnet";
|
||||||
|
args = [
|
||||||
|
"run"
|
||||||
|
"--project"
|
||||||
|
"$(ABSDIR)"
|
||||||
|
];
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue