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 {
213213 $MSBUILD RabbitMQDotNetClient.sln /t:Build /property:Configuration=" Release"
214214
215215 # ## Copy bin files to be zipped to tmp/dist/
216+ cp projects/client/RabbitMQ.Client/build/bin/RabbitMQ.Client.xml tmp/dist/bin/
216217 cp projects/client/RabbitMQ.Client/build/bin/RabbitMQ.Client.dll tmp/dist/bin/
217218 for example in $( ls projects/examples/client) ; do
218219 cp projects/examples/client/$example /build/bin/$example .exe tmp/dist/bin/
Original file line number Diff line number Diff line change 1818 <Component Id =' ClientLibraryBin' Guid =' 83A1DE00-CCB6-42C2-BD14-FBAEDDBC50E8' >
1919 <CreateFolder />
2020 <
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' />
2122 <Registry Id =' RabbitMQAssemblyFolderReg' Action =' createKeyAndRemoveKeyOnUninstall' Key =' SOFTWARE\Microsoft\.NETFramework\AssemblyFolders\RabbitMQ' Root =' HKLM' >
2223 <Registry Id =' RabbitMQAssemblyFolderRegVal' Action =' write' Type =' string' Value =' [BinFolder]' />
2324 </Registry >
You can’t perform that action at this time.
0 commit comments