Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
_Ed25519_ does not yet seem to be supported, see microsoft/azure-pipelines-tasks#10642
  • Loading branch information
zdavatz committed Jun 12, 2019
1 parent f1e1d4b commit 263e65e
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,10 @@ steps:
inputs:
PathtoPublish: '$(build.artifactstagingdirectory)'

- task: CopyFilesOverSSH@0
inputs:
sshEndpoint: 'pillbox'
sourceFolder: '$(build.artifactstagingdirectory)'
contents: 'AmiKoWindows/bin/Release/Amiko-Installer/Amiko-Installer.msi'
targetFolder: '/home/ftp/Amiko_Desitin_Win7.msi'
# see Issue https://github.com/microsoft/azure-pipelines-tasks/issues/10642
#- task: CopyFilesOverSSH@0
# inputs:
# sshEndpoint: 'pillbox'
# sourceFolder: '$(build.artifactstagingdirectory)'
# contents: 'AmiKoWindows/bin/Release/Amiko-Installer/Amiko-Installer.msi'
# targetFolder: '/home/ftp/Amiko_Desitin_Win7.msi'

0 comments on commit 263e65e

Please sign in to comment.