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 @@ -106,6 +106,45 @@ build help
106
106
For more info, see this PR: https://github.com/abelbraaksma/TaskSeq/pull/29 .
107
107
108
108
109
+ ## Building & testing
110
+
111
+ TLDR: just run ` build ` . Or load the ` sln ` file in Visual Studio or VS Code and compile.
112
+
113
+ ### Prerequisites
114
+
115
+ * .NET 6 or .NET 7 Preview
116
+ * F# 6.0 compiler
117
+ * To use ` build.cmd ` , the ` dotnet ` command must be accessible from your path.
118
+
119
+ Just checkout this repo. From the root of the repo:
120
+
121
+ ### Build the solution
122
+
123
+ ```
124
+ build [release|debug]
125
+ ```
126
+
127
+ ### Run the tests
128
+
129
+ ```
130
+ build test [release|debug]
131
+ ```
132
+
133
+ ### Run the CI command
134
+
135
+ ```
136
+ build ci [release|debug]
137
+ ```
138
+
139
+ ### Get options
140
+
141
+ ```
142
+ build help
143
+ ```
144
+
145
+ For more info, see this PR: https://github.com/abelbraaksma/TaskSeq/pull/29 .
146
+
147
+
109
148
## In progress!!!
110
149
111
150
It's based on [ Don Symes ` taskSeq.fs ` ] [ 10 ]
You can’t perform that action at this time.
0 commit comments