Skip to content

Commit 4f62811

Browse files
committed
Build process set up
1 parent 720e482 commit 4f62811

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Diff for: build.cake

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
var target = Argument("target", "Default");
2+
var projectName = "AngleSharp.Diffing";
3+
var solutionName = "AngleSharp.Diffing";
4+
var frameworks = new Dictionary<String, String>
5+
{
6+
{ "netstandard2.0", "netstandard2.0" },
7+
};
8+
9+
#load tools/anglesharp.cake
10+
11+
RunTarget(target);

0 commit comments

Comments
 (0)