diff --git a/resources/teamcity/developer/download-symbol-server-index.ps1 b/resources/teamcity/developer/download-symbol-server-index.ps1 index bc80706e36..ffa0d97ba1 100644 --- a/resources/teamcity/developer/download-symbol-server-index.ps1 +++ b/resources/teamcity/developer/download-symbol-server-index.ps1 @@ -25,7 +25,7 @@ $rsync_args = @( '-vrzltp', # verbose, recurse, zip, copy symlinks, preserve times, permissions '--chmod=Dug=rwx,Do=rx,Fug=rw,Fo=r', # map Windows security to host security '--stats', # show statistics for log - '--rsync-path="$RSYNC_PATH"', # path on remote server + "--rsync-path='$RSYNC_PATH'", # path on remote server "--rsh=$RSYNC_HOME\ssh -i $USERPROFILE\.ssh\id_rsa -o UserKnownHostsFile=$USERPROFILE\.ssh\known_hosts", # use ssh "$RSYNC_USER@$RSYNC_HOST:$RSYNC_ROOT/windows/symbols/000admin/lastid.txt", # target server + path "." # download the whole symbols 000Admin folder @@ -38,7 +38,7 @@ $rsync_args = @( '-vrzltp', # verbose, recurse, zip, copy symlinks, preserve times, permissions '--chmod=Dug=rwx,Do=rx,Fug=rw,Fo=r', # map Windows security to host security '--stats', # show statistics for log - '--rsync-path="$RSYNC_PATH"', # path on remote server + "--rsync-path='$RSYNC_PATH'", # path on remote server "--rsh=$RSYNC_HOME\ssh -i $USERPROFILE\.ssh\id_rsa -o UserKnownHostsFile=$USERPROFILE\.ssh\known_hosts", # use ssh "$RSYNC_USER@$RSYNC_HOST:$RSYNC_ROOT/windows/symbols/000admin/history.txt", # target server + path "." # download the whole symbols 000Admin folder @@ -51,7 +51,7 @@ $rsync_args = @( '-vrzltp', # verbose, recurse, zip, copy symlinks, preserve times, permissions '--chmod=Dug=rwx,Do=rx,Fug=rw,Fo=r', # map Windows security to host security '--stats', # show statistics for log - '--rsync-path="$RSYNC_PATH"', # path on remote server + "--rsync-path='$RSYNC_PATH'", # path on remote server "--rsh=$RSYNC_HOME\ssh -i $USERPROFILE\.ssh\id_rsa -o UserKnownHostsFile=$USERPROFILE\.ssh\known_hosts", # use ssh "$RSYNC_USER@$RSYNC_HOST:$RSYNC_ROOT/windows/symbols/000admin/server.txt", # target server + path "." # download the whole symbols 000Admin folder diff --git a/resources/teamcity/developer/publish-new-symbols.ps1 b/resources/teamcity/developer/publish-new-symbols.ps1 index bf7d090b93..40c43df1c8 100644 --- a/resources/teamcity/developer/publish-new-symbols.ps1 +++ b/resources/teamcity/developer/publish-new-symbols.ps1 @@ -27,7 +27,7 @@ $rsync_args = @( '-vrzltp', # verbose, recurse, zip, copy symlinks, preserve times, permissions '--chmod=Dug=rwx,Do=rx,Fug=rw,Fo=r', # map Windows security to host security '--stats', # show statistics for log - '--rsync-path="$RSYNC_PATH"', # path on remote server + "--rsync-path='$RSYNC_PATH'", # path on remote server "--rsh=$RSYNC_HOME\ssh -i $USERPROFILE\.ssh\id_rsa -o UserKnownHostsFile=$USERPROFILE\.ssh\known_hosts", # use ssh ".", # upload the whole symbols folder "$RSYNC_USER@$RSYNC_HOST:$RSYNC_ROOT/windows/symbols/" # target server + path diff --git a/resources/teamcity/developer/publish-to-downloads-keyman-com.ps1 b/resources/teamcity/developer/publish-to-downloads-keyman-com.ps1 index 1899e694cb..884e098afa 100644 --- a/resources/teamcity/developer/publish-to-downloads-keyman-com.ps1 +++ b/resources/teamcity/developer/publish-to-downloads-keyman-com.ps1 @@ -144,7 +144,7 @@ $rsync_args = @( '-vrzltp', # verbose, recurse, zip, copy symlinks, preserve times, permissions '--chmod=Dug=rwx,Do=rx,Fug=rw,Fo=r', # map Windows security to host security '--stats', # show statistics for log - '--rsync-path="$RSYNC_PATH"', # path on remote server + "--rsync-path='$RSYNC_PATH'", # path on remote server "--rsh=$RSYNC_HOME\ssh -i $USERPROFILE\.ssh\id_rsa -o UserKnownHostsFile=$USERPROFILE\.ssh\known_hosts", # use ssh "$build_number", # upload the whole build folder "$RSYNC_USER@$RSYNC_HOST:$RSYNC_ROOT/developer/$tier/" # target server + path @@ -204,7 +204,7 @@ $rsync_args = @( '-vrzltp', # verbose, recurse, zip, copy symlinks, preserve times, permissions '--chmod=Dug=rwx,Do=rx,Fug=rw,Fo=r', # map Windows security to host security '--stats', # show statistics for log - '--rsync-path="$RSYNC_PATH"', # path on remote server + "--rsync-path='$RSYNC_PATH'", # path on remote server "--rsh=$RSYNC_HOME\ssh -i $USERPROFILE\.ssh\id_rsa -o UserKnownHostsFile=$USERPROFILE\.ssh\known_hosts", # use ssh "$build_number", # upload the whole build folder "$RSYNC_USER@$RSYNC_HOST:$RSYNC_ROOT/developer/$tier/" # target server + path