Skip to content

Commit 81242fe

Browse files
committed
Fixed build.bat - explicit listing of SLN and csproj files #326
1 parent b4c56c5 commit 81242fe

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 RabbitMQDotNetClientWithRT.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)