File tree Expand file tree Collapse file tree 1 file changed +39
-0
lines changed Expand file tree Collapse file tree 1 file changed +39
-0
lines changed Original file line number Diff line number Diff line change @@ -67,6 +67,45 @@ build help
67
67
68
68
For more info, see this PR: https://github.com/abelbraaksma/TaskSeq/pull/29 .
69
69
70
+ ## Building & testing
71
+
72
+ TLDR: just run ` build ` . Or load the ` sln ` file in Visual Studio or VS Code and compile.
73
+
74
+ ### Prerequisites
75
+
76
+ * .NET 6 or .NET 7 Preview
77
+ * F# 6.0 compiler
78
+ * To use ` build.cmd ` , the ` dotnet ` command must be accessible from your path.
79
+
80
+ Just checkout this repo. From the root of the repo:
81
+
82
+ ### Build the solution
83
+
84
+ ```
85
+ build [release|debug]
86
+ ```
87
+
88
+ ### Run the tests
89
+
90
+ ```
91
+ build test [release|debug]
92
+ ```
93
+
94
+ ### Run the CI command
95
+
96
+ ```
97
+ build ci [release|debug]
98
+ ```
99
+
100
+ ### Get options
101
+
102
+ ```
103
+ build help
104
+ ```
105
+
106
+ For more info, see this PR: https://github.com/abelbraaksma/TaskSeq/pull/29 .
107
+
108
+
70
109
## In progress!!!
71
110
72
111
It's based on [ Don Symes ` taskSeq.fs ` ] [ 10 ]
You can’t perform that action at this time.
0 commit comments