File tree Expand file tree Collapse file tree 3 files changed +4
-23
lines changed Expand file tree Collapse file tree 3 files changed +4
-23
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
@ ECHO OFF
2
- dotnet restore RabbitMQDotNetClient.sln
2
+ dotnet restore .\ RabbitMQDotNetClient.sln
3
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
4
- msbuild.\projects\client\RabbitMQ.Client
5
- dotnet build .\projects\client\Unit
4
+ dotnet build .\RabbitMQDotNetClient.sln
Original file line number Diff line number Diff line change 9
9
readonly script_dir=" $( cd " $( dirname " $0 " ) " && pwd) "
10
10
fi
11
11
12
- dotnet restore . /RabbitMQDotNetClient.sln
12
+ dotnet restore " $script_dir /RabbitMQDotNetClient.sln"
13
13
dotnet run -p " $script_dir /projects/client/Apigen/Apigen.csproj" --apiName:AMQP_0_9_1 \
14
14
" $script_dir /docs/specs/amqp0-9-1.stripped.xml" \
15
15
" $script_dir /gensrc/autogenerated-api-0-9-1.cs"
16
-
17
- if command -v msbuild > /dev/null 2>&1
18
- then
19
- # we have to use msbuild or else multi-targeting doesn't work
20
- msbuild " $script_dir /projects/client/RabbitMQ.Client/RabbitMQ.Client.csproj"
21
- else
22
- dotnet msbuild " $script_dir /projects/client/RabbitMQ.Client/RabbitMQ.Client.csproj"
23
- fi
24
- dotnet build " $script_dir /projects/client/Unit/Unit.csproj"
16
+ dotnet build " $script_dir /RabbitMQDotNetClient.sln"
You can’t perform that action at this time.
0 commit comments