You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: BUILD_DOTNET_CORE.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,4 +7,5 @@ It can be obtained for your chosen platform [here](https://www.microsoft.com/net
7
7
* Run `dotnet build`
8
8
* To run the tests cd into `projects/client/Unit.Runner`
9
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.
10
+
* Run `dotnet run`. This will run the entire test suite. There is currently no way to only run a subset of tests.
11
+
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