Skip to content

Commit 620825c

Browse files
authored
Merge pull request #327 from develorem/rabbitmq-dotnet-client-326
Fix build.bat with explicit specification of sln and csproj files - issue #326
2 parents b4c56c5 + c7d42a2 commit 620825c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@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
2+
dotnet restore RabbitMQDotNetClient.sln
3+
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)