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.
2 parents b4c56c5 + c7d42a2 commit 620825cCopy full SHA for 620825c
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 RabbitMQDotNetClient.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