Frends RabbitMQ task to publish a string or byte array message to RabbitMQ queue.
You can install the Task via frends UI Task View or you can find the NuGet package from the following NuGet feed https://www.myget.org/F/frends-tasks/api/v2.
Rebuild the project
dotnet build
Run tests
You will need access to RabbitMQ queue. Create command for docker: docker run -d --hostname my-rabbit -p 5672:5672 -p 8080:1567 -e RABBITMQ_DEFAULT_USER=agent -e RABBITMQ_DEFAULT_PASS=agent123 rabbitmq:3.7-management
dotnet test
Create a NuGet package
dotnet pack --configuration Release