Updater.exe added into the build.

This commit is contained in:
Feodor 2012-09-03 16:05:42 -07:00
parent fa5c7ce779
commit fc415453a4
5 changed files with 10 additions and 3 deletions

View file

@ -240,6 +240,9 @@
<Target Name="CreateSetupBuild" DependsOnTargets="CreateLocalizationToolkitBuild">
<!-- Compile updater.exe -->
<MSBuild Projects="$(RootFolder)\WebsitePanel.Installer\Sources\WebsitePanel.Updater\WebsitePanel.Updater.csproj" Properties="Configuration=$(BuildConfiguration)" />
<!-- build MSI package -->
<MSBuild Projects="$(RootFolder)\WebsitePanel.Installer\Sources\Setup.WIX\Setup.Wix.wixproj" Properties="Configuration=$(BuildConfiguration)">
<Output