LumixEngine/external/deploy.ps1
2013-11-29 02:01:29 +01:00

17 lines
No EOL
393 B
PowerShell

Param (
$variables = @{},
$artifacts = @{},
$scriptPath,
$buildFolder,
$srcFolder,
$outFolder,
$tempFolder,
$projectName,
$projectVersion,
$projectBuildNumber
)
foreach($artifact in $artifacts.values)
{
& ncftpput -u $variables["username"] -p $variables["password"] $variables["server"] $variables["server_path"] $($artifact.path)
}