mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-22 11:23:29 +01:00
8 lines
No EOL
195 B
C#
8 lines
No EOL
195 B
C#
#addin Cake.DocFx&version=1.0.0
|
|
#tool docfx.console&version=2.51.0
|
|
|
|
var target = Argument("target", "Document");
|
|
Task("Document").Does(() => {
|
|
DocFxBuild("docfx.json");
|
|
});
|
|
RunTarget(target); |