Fix Tools Upload
This commit is contained in:
parent
73a4c53cd5
commit
d1beebf32a
1 changed files with 6 additions and 6 deletions
|
@ -627,12 +627,12 @@
|
||||||
<Zip Files="@(WSPTransportAgentInstallFiles)" ZipFileName="$(ToolsFolder)\WebsitePanel-WSPTransportAgent-$(Version).zip" WorkingDirectory="$(WSPTransportAgentInstall)" />
|
<Zip Files="@(WSPTransportAgentInstallFiles)" ZipFileName="$(ToolsFolder)\WebsitePanel-WSPTransportAgent-$(Version).zip" WorkingDirectory="$(WSPTransportAgentInstall)" />
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<Exec Command="$(ZipCmd) a "$(DeployFolder)\WebsitePanel-Import-CsvBulk-$(Version).zip" "$(ImportCsvInstall)\*"" />
|
<Exec Command="$(ZipCmd) a "$(ToolsFolder)\WebsitePanel-Import-CsvBulk-$(Version).zip" "$(ImportCsvInstall)\*"" />
|
||||||
<Exec Command="$(ZipCmd) a "$(DeployFolder)\WebsitePanel-HyperVUtils-$(Version).zip" "$(HyperVUtilsInstall)\*"" />
|
<Exec Command="$(ZipCmd) a "$(ToolsFolder)\WebsitePanel-HyperVUtils-$(Version).zip" "$(HyperVUtilsInstall)\*"" />
|
||||||
<Exec Command="$(ZipCmd) a "$(DeployFolder)\WebsitePanel-VMConfig-$(Version).zip" "$(VMConfigInstall)\*"" />
|
<Exec Command="$(ZipCmd) a "$(ToolsFolder)\WebsitePanel-VMConfig-$(Version).zip" "$(VMConfigInstall)\*"" />
|
||||||
<Exec Command="$(ZipCmd) a "$(DeployFolder)\WebsitePanel-Import-Enterprise-$(Version).zip" "$(ImportEnterpriseInstall)\*"" />
|
<Exec Command="$(ZipCmd) a "$(ToolsFolder)\WebsitePanel-Import-Enterprise-$(Version).zip" "$(ImportEnterpriseInstall)\*"" />
|
||||||
<Exec Command="$(ZipCmd) a "$(DeployFolder)\WebsitePanel-AWStatsViewer-$(Version).zip" "$(AWStatsViewerInstall)\*"" />
|
<Exec Command="$(ZipCmd) a "$(ToolsFolder)\WebsitePanel-AWStatsViewer-$(Version).zip" "$(AWStatsViewerInstall)\*"" />
|
||||||
<Exec Command="$(ZipCmd) a "$(DeployFolder)\WebsitePanel-WSPTransportAgent-$(Version).zip" "$(WSPTransportAgentInstall)\*"" />
|
<Exec Command="$(ZipCmd) a "$(ToolsFolder)\WebsitePanel-WSPTransportAgent-$(Version).zip" "$(WSPTransportAgentInstall)\*"" />
|
||||||
|
|
||||||
</Target>
|
</Target>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue