Skip to content

Commit 770075b

Browse files
committed
Merge branch 'dotnetcore' of github.com:rabbitmq/rabbitmq-dotnet-client into dotnetcore
2 parents 7a0f8e9 + 7d3ed3b commit 770075b

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

BUILD_DOTNET_CORE.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
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 `./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 and run `dotnet build`.
6-
* 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.
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.

0 commit comments

Comments
 (0)