Updater.exe added into the build.
This commit is contained in:
parent
fa5c7ce779
commit
fc415453a4
5 changed files with 10 additions and 3 deletions
|
@ -150,9 +150,12 @@
|
|||
Other similar extension points exist, see Microsoft.Common.targets.
|
||||
<Target Name="BeforeBuild">
|
||||
</Target>
|
||||
<Target Name="AfterBuild">
|
||||
</Target>
|
||||
-->
|
||||
|
||||
<Target Name="AfterBuild">
|
||||
<Exec Command="$(ProjectDir)..\..\Resources\ILMerge.exe "$(TargetPath)" "$(ProjectDir)..\..\Lib\Ionic.Zip.Reduced.dll" /out:$(ProjectDir)..\WebsitePanel.Installer\Updater.exe /ndebug" />
|
||||
</Target>
|
||||
|
||||
<PropertyGroup>
|
||||
<PostBuildEvent>
|
||||
</PostBuildEvent>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue