added underscore to buildname for vsts change in default source alias name

This commit is contained in:
azureuser 2018-09-19 11:23:31 +01:00
Родитель 270c395083
Коммит 9d74f1cf80
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -21,7 +21,7 @@ if (-not (Test-Path plink.exe)) {
# Set deploy directory on target server
$deployDirectory = "/tmp/mrpdeploy_" + [System.Guid]::NewGuid().toString()
$buildName = $($env:BUILD_DEFINITIONNAME)
$buildName = "_" + $($env:BUILD_DEFINITIONNAME)
# Save sftp command text to file
$sftpFile = "sftp.txt"
$sftpContent = @'