Skip to content

Commit c7d42a2

Browse files
committed
Updated to use non-RT solution file as it doesn't build
1 parent 81242fe commit c7d42a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@ECHO OFF
2-
dotnet restore RabbitMQDotNetClientWithRT.sln
2+
dotnet restore RabbitMQDotNetClient.sln
33
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
44
msbuild.\projects\client\RabbitMQ.Client
55
dotnet build .\projects\client\Unit

0 commit comments

Comments
 (0)