Updater.exe added into the build.
This commit is contained in:
parent
fa5c7ce779
commit
fc415453a4
5 changed files with 10 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue