Skip to content

Commit 23c8128

Browse files
committed
update build instructions to work on windows
1 parent 08e4eb4 commit 23c8128

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BUILDDOTNETCORE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
To build the dotnet core components you need the `dotnet` command line utility installed.
22
It can be obtained for your chosen platform [here](https://www.microsoft.com/net/core#macosx).
33

4-
* First run build.sh (linux/osx) or build.bat (windows) to trigger code generation and complete a standard mono/.NET build.
4+
* First run `./fake.sh GenerateApi` (linux/osx) or `fake.bat GenerateApi` (windows) to trigger code generation and complete a standard mono/.NET build.
55
* cd into the `projects/client/RabbitMQ.Client` directory and run `dotnet build`.
66
* To run the tests cd into `projects/client/Unit.Runner` and run `dotnet run`. This will run the entire test suite. There is currently no way to only run a subset of tests.

0 commit comments

Comments
 (0)