Fix issue with Installer Update Files are empty

This commit is contained in:
Virtuworks 2012-12-16 22:57:31 -05:00
parent 5db1ac60f2
commit 83cec01d10

View file

@ -632,9 +632,6 @@
<Exec Command="$(ZipCmd) a &quot;$(ToolsFolder)\WebsitePanel-AWStatsViewer-$(Version).zip&quot; &quot;$(AWStatsViewerInstall)\*&quot;" />
<Exec Command="$(ZipCmd) a &quot;$(ToolsFolder)\WebsitePanel-WSPTransportAgent-$(Version).zip&quot; &quot;$(WSPTransportAgentInstall)\*&quot;" />
</Target>
<Target Name="BuildWebPlatformInstallerFeed" DependsOnTargets="Deploy">
<ItemGroup>
<InstallerFilePath Include="$(DeployFolder)\WebsitePanelInstaller.msi" />
</ItemGroup>
@ -691,6 +688,7 @@
</Tokens>
</ItemGroup>
<TemplateFile Template="$(TrunkFolder)\WebsitePanelFeedTemplate.xml" OutputFilename="$(DeployFolder)\WebsitePanelFeed.xml" Tokens="@(Tokens)" />
</Target>
<Target Name="uploadtoftp">