We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2950fcf commit 4842603Copy full SHA for 4842603
CONTRIBUTING.md
@@ -153,7 +153,9 @@ from the main (upstream) repository:
153
154
## <a name="build"></a> Build process
155
156
+ * You need [.Net Core 2.2 SDK](https://dotnet.microsoft.com/download/dotnet-core/2.2)
157
* Dependencies are controlled with [Paket](https://fsprojects.github.io/Paket/)
- * Build process is using [FAKE](http://fsharp.github.io/FAKE/)
158
- * To build application and run tests run `build.cmd` (on Windows) or `build.sh` (Linux / OSX)
+ * Build process is using [FAKE](http://fsharp.github.io/FAKE/) - install it with `dotnet tool install fake-cli -g`
159
+ * To build the project run `fake build`
160
+ * To run unit tests run `fake build -t Test`
161
0 commit comments