We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4c56c5 commit 81242feCopy full SHA for 81242fe
build.bat
@@ -1,5 +1,5 @@
1
@ECHO OFF
2
-dotnet restore
3
-dotnet run -p .\projects\client\Apigen --apiName:AMQP_0_9_1 .\docs\specs\amqp0-9-1.stripped.xml .\gensrc\autogenerated-api-0-9-1.cs
+dotnet restore RabbitMQDotNetClientWithRT.sln
+dotnet run -p .\projects\client\Apigen\Apigen.csproj --apiName:AMQP_0_9_1 .\docs\specs\amqp0-9-1.stripped.xml .\gensrc\autogenerated-api-0-9-1.cs
4
msbuild.\projects\client\RabbitMQ.Client
5
dotnet build .\projects\client\Unit
0 commit comments