Skip to content

Commit

Permalink
Add wireup assembly to Raven Subscription storage
Browse files Browse the repository at this point in the history
  • Loading branch information
etishor committed May 9, 2011
1 parent 62c368c commit 2e4f59b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ echo Merging SubscriptionStorage.Raven
mkdir publish\plugins\SubscriptionStorage\Raven\
SET FILES_TO_MERGE=
SET FILES_TO_MERGE=%FILES_TO_MERGE% "src/proj/NanoMessageBus.SubscriptionStorage.Raven/bin/%TARGET_CONFIG%/NanoMessageBus.SubscriptionStorage.Raven.dll"
REM #### will need to add wireup assemblies ####
SET FILES_TO_MERGE=%FILES_TO_MERGE% "src/proj/NanoMessageBus.SubscriptionStorage.Raven.Wireup/bin/%TARGET_CONFIG%/NanoMessageBus.SubscriptionStorage.Raven.Wireup.dll"
echo NanoMessageBus.*>exclude.txt
bin\ILMerge\ILMerge.exe /keyfile:src/NanoMessageBus.snk /wildcards /internalize:"exclude.txt" /targetplatform:%ILMERGE_VERSION% /out:publish/plugins/SubscriptionStorage/Raven/NanoMessageBus.SubscriptionStorage.Raven.dll %FILES_TO_MERGE%
del exclude.txt
Expand Down

0 comments on commit 2e4f59b

Please sign in to comment.