Quantcast
Channel: teamdeploy Work Item Rss Feed
Viewing all articles
Browse latest Browse all 14

Created Issue: Add SampleDeployScript.xml to binaries download

$
0
0
The installation doc mentions modifyig the SampleDeployScript.xml. I can't seem to find this file or figure out how to get an initial Build working using Team Deploy.

I found the file in the source code. Here it is below:
<?xml version="1.0" encoding="UTF-8"?>
<DeploymentScript>
<DeploymentSteps>
<KillProcess name="MyApp1.exe" />
<KillProcess name="MyApp2.exe" />
<MSI>
<UninstallProductCode>{11111111-1111-1111-1111-111111111111}</UninstallProductCode>
<MSIPathFile>\\myserver\Deployments\MyApp\MyApp 1.0.0\MyApp 1.0.0.msi</MSIPathFile>
<OverrideDefaultArgs></OverrideDefaultArgs>
<ExtraArgs>SETUPENV=SystemTest NGEN=True</ExtraArgs>
</MSI>
<MSI>
<UninstallProductCode>{22222222-2222-2222-2222-222222222222}</UninstallProductCode>
<MSIPathFile>\\myserver\Deployments\MyApp\AnotherApp 1.0.0\AnotherApp 1.0.0.msi</MSIPathFile>
<OverrideDefaultArgs></OverrideDefaultArgs>
<ExtraArgs>SETUPENV=SystemTest NGEN=True</ExtraArgs>
</MSI>

</DeploymentSteps>
<TargetMachines>
<TargetMachine name="TestPC1" />
<TargetMachine name="TestPC2" />
<TargetMachine name="TestPC3" />
<TargetMachine name="TestPC4" />
</TargetMachines>
</DeploymentScript>

Viewing all articles
Browse latest Browse all 14

Latest Images

Trending Articles





Latest Images