Skip to content

Commit 39d0bcc

Browse files
committed
dot net core build instructions update
1 parent 945906a commit 39d0bcc

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

BUILD_DOTNET_CORE.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
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-
* Run `./fake.sh GenerateApi` (linux/osx) or `fake.bat GenerateApi` (windows) to trigger code generation and complete a standard mono/.NET build.
5-
* cd into the `projects/client/RabbitMQ.Client` directory
6-
* Run `dotnet restore`
7-
* Run `dotnet build`
8-
* To run the tests cd into `projects/client/Unit.Runner`
9-
* Run `dotnet restore`
10-
* Run `dotnet run`. This will run the entire test suite. There is currently no way to only run a subset of tests.
4+
Run `./build.sh` (linux/osx) or `build.bat` (windows) to trigger code generation and complete a dotnet core build.
5+
6+
To run the tests simply run `run-tests.sh` (linux/osx) or `run-tests.bat` (windows). This will run the entire test suite. There is currently no way to only run a subset of tests.
7+
118
If you get a warning saying `rabbitmqctl` cannot be found please set the `RABBITMQ_RABBITMQCLT_PATH` environment variable to point to where `rabbitmqctl` can be located.

0 commit comments

Comments
 (0)