Update Build.xml for Codeplex Upload #4

This commit is contained in:
Virtuworks 2012-08-13 21:56:55 -04:00
parent a0a38b0d48
commit 081910b89d

View file

@ -489,10 +489,10 @@
<FtpUpload Username="$(ftpUsername)" password="$(ftpPassword)" RemoteUri="ftp://$(ftphost)/beta/" LocalFiles="$(DeployFolder)\WebsitePanel-Portal-$(Version)-Update.zip" RemoteFiles="WebsitePanel-Portal-$(Version)-Update.zip" />
<FtpUpload Username="$(ftpUsername)" password="$(ftpPassword)" RemoteUri="ftp://$(ftphost)/beta/" LocalFiles="$(DeployFolder)\WebsitePanel-EnterpriseServer-$(Version)-Update.zip" RemoteFiles="WebsitePanel-EnterpriseServer-$(Version)-Update.zip" />
<FtpUpload Username="$(ftpUsername)" password="$(ftpPassword)" RemoteUri="ftp://$(ftphost)/beta/" LocalFiles="$(DeployFolder)\WebsitePanel-Server-$(Version)-Update.zip" RemoteFiles="WebsitePanel-Server-$(Version)-Update.zip" />
<FtpUpload Username="$(ftpUsername)" password="$(ftpPassword)" RemoteUri="ftp://$(ftphost)/beta/" LocalFiles="$(DeployFolder)\$(ToolsFolder)\WebsitePanel-Import-CsvBulk-$(Version).zip" RemoteFiles="WebsitePanel-Import-CsvBulk-$(Version).zip" />
<FtpUpload Username="$(ftpUsername)" password="$(ftpPassword)" RemoteUri="ftp://$(ftphost)/beta/" LocalFiles="$(DeployFolder)\$(ToolsFolder)\WebsitePanel-Import-Enterprise-$(Version).zip" RemoteFiles="WebsitePanel-Import-Enterprise-$(Version).zip" />
<FtpUpload Username="$(ftpUsername)" password="$(ftpPassword)" RemoteUri="ftp://$(ftphost)/beta/" LocalFiles="$(DeployFolder)\$(ToolsFolder)\WebsitePanel-AWStatsViewer-$(Version).zip" RemoteFiles="WebsitePanel-AWStatsViewer-$(Version).zip" />
<FtpUpload Username="$(ftpUsername)" password="$(ftpPassword)" RemoteUri="ftp://$(ftphost)/beta/" LocalFiles="$(DeployFolder)\$(ToolsFolder)\WebsitePanel-WSPTransportAgent-$(Version).zip" RemoteFiles="WebsitePanel-WSPTransportAgent-$(Version).zip" />
<FtpUpload Username="$(ftpUsername)" password="$(ftpPassword)" RemoteUri="ftp://$(ftphost)/beta/" LocalFiles="$(ToolsFolder)\WebsitePanel-Import-CsvBulk-$(Version).zip" RemoteFiles="WebsitePanel-Import-CsvBulk-$(Version).zip" />
<FtpUpload Username="$(ftpUsername)" password="$(ftpPassword)" RemoteUri="ftp://$(ftphost)/beta/" LocalFiles="$(ToolsFolder)\WebsitePanel-Import-Enterprise-$(Version).zip" RemoteFiles="WebsitePanel-Import-Enterprise-$(Version).zip" />
<FtpUpload Username="$(ftpUsername)" password="$(ftpPassword)" RemoteUri="ftp://$(ftphost)/beta/" LocalFiles="$(ToolsFolder)\WebsitePanel-AWStatsViewer-$(Version).zip" RemoteFiles="WebsitePanel-AWStatsViewer-$(Version).zip" />
<FtpUpload Username="$(ftpUsername)" password="$(ftpPassword)" RemoteUri="ftp://$(ftphost)/beta/" LocalFiles="$(ToolsFolder)\WebsitePanel-WSPTransportAgent-$(Version).zip" RemoteFiles="WebsitePanel-WSPTransportAgent-$(Version).zip" />
</Target>
@ -520,16 +520,16 @@
<ReleaseFile Include="$(DeployFolder)\WebsitePanel-Server-$(Version)-Update.zip">
<FileType>RuntimeBinary</FileType>
</ReleaseFile>
<ReleaseFile Include="$(DeployFolder)\$(ToolsFolder)\WebsitePanel-Import-CsvBulk-$(Version).zip">
<ReleaseFile Include="$(ToolsFolder)\WebsitePanel-Import-CsvBulk-$(Version).zip">
<FileType>RuntimeBinary</FileType>
</ReleaseFile>
<ReleaseFile Include="$(DeployFolder)\$(ToolsFolder)\WebsitePanel-Import-Enterprise-$(Version).zip">
<ReleaseFile Include="$(ToolsFolder)\WebsitePanel-Import-Enterprise-$(Version).zip">
<FileType>RuntimeBinary</FileType>
</ReleaseFile>
<ReleaseFile Include="$(DeployFolder)\$(ToolsFolder)\WebsitePanel-AWStatsViewer-$(Version).zip">
<ReleaseFile Include="$(ToolsFolder)\WebsitePanel-AWStatsViewer-$(Version).zip">
<FileType>RuntimeBinary</FileType>
</ReleaseFile>
<ReleaseFile Include="$(DeployFolder)\$(ToolsFolder)\WebsitePanel-WSPTransportAgent-$(Version).zip">
<ReleaseFile Include="$(ToolsFolder)\WebsitePanel-WSPTransportAgent-$(Version).zip">
<FileType>RuntimeBinary</FileType>
</ReleaseFile>
</ItemGroup>