Skip to content

Commit ef51334

Browse files
committed
Add link to multi project
1 parent 6ec12fa commit ef51334

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ docker compose -p particular-platform-showcase -f docker-compose-base.yml -f com
2121
### (Alternative) Run in Docker against **Azure Service Bus**
2222

2323
<details>
24+
2425
The showcase can also be run using Azure Service Bus rather than RabbitMQ.
2526
First configure the access to your Azure Service Bus namespace by editing the variables in `src/asb.env`.
2627

@@ -39,9 +40,9 @@ docker compose -p particular-platform-showcase -f docker-compose-base.yml -f com
3940
### (Alternative) Run from an IDE
4041

4142
<details>
42-
TIP
43-
When using Visual Studio, ensure you have the "Enable Multi-Project Launch profiles" setting on. Allow Visual Studio 2022 "multi-launch" so you can easily select the profile you want to run.
44-
It can be activated by accessing the Tools menu -> Manage preview features- Enable Multi-Project Launch profiles.
43+
44+
TIP
45+
When using Visual Studio, ensure you have the ["Enable Multi-Project Launch profiles" setting on](https://learn.microsoft.com/en-us/visualstudio/ide/how-to-set-multiple-startup-projects?view=vs-2022#enable-multi-project-launch-profile).
4546

4647
To start the required infrastructure for the showcase, run one of the docker command below from the `src` folder in a terminal.
4748

0 commit comments

Comments
 (0)