File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -213,6 +213,7 @@ function dist-target-framework {
213
213
$MSBUILD RabbitMQDotNetClient.sln /t:Build /property:Configuration=" Release"
214
214
215
215
# ## Copy bin files to be zipped to tmp/dist/
216
+ cp projects/client/RabbitMQ.Client/build/bin/RabbitMQ.Client.xml tmp/dist/bin/
216
217
cp projects/client/RabbitMQ.Client/build/bin/RabbitMQ.Client.dll tmp/dist/bin/
217
218
for example in $( ls projects/examples/client) ; do
218
219
cp projects/examples/client/$example /build/bin/$example .exe tmp/dist/bin/
Original file line number Diff line number Diff line change 18
18
<Component Id =' ClientLibraryBin' Guid =' 83A1DE00-CCB6-42C2-BD14-FBAEDDBC50E8' >
19
19
<CreateFolder />
20
20
<
File Id =
' RabbitMQClientDllBin' Name =
' RMQClnt.dll' LongName =
' RabbitMQ.Client.dll' Vital =
' yes' KeyPath =
' yes' Source =
' ..\tmp\unzip\rabbitmq-dotnet-client-@[email protected] \bin\RabbitMQ.Client.dll' />
21
+ <
File Id =
' RabbitMQClientDllXml' Name =
' RMQClnt.xml' LongName =
' RabbitMQ.Client.xml' Vital =
' yes' Source =
' ..\tmp\unzip\rabbitmq-dotnet-client-@[email protected] \bin\RabbitMQ.Client.xml' />
21
22
<Registry Id =' RabbitMQAssemblyFolderReg' Action =' createKeyAndRemoveKeyOnUninstall' Key =' SOFTWARE\Microsoft\.NETFramework\AssemblyFolders\RabbitMQ' Root =' HKLM' >
22
23
<Registry Id =' RabbitMQAssemblyFolderRegVal' Action =' write' Type =' string' Value =' [BinFolder]' />
23
24
</Registry >
You can’t perform that action at this time.
0 commit comments