Update azure-pipelines.yml for Azure Pipelines

This commit is contained in:
Thomas 2020-02-08 19:59:33 +00:00
parent a7a4fe441e
commit dbc9713710

View File

@ -49,6 +49,6 @@ steps:
displayName: 'Securely copy files to the remote machine' displayName: 'Securely copy files to the remote machine'
inputs: inputs:
sshEndpoint: GoogleServer sshEndpoint: GoogleServer
sourceFolder: '$(Build.ArtifactStagingDirectory)/target-www.tar.gz' sourceFolder: '$(Build.ArtifactStagingDirectory)'
targetFolder: / targetFolder: /
failOnEmptySource: true failOnEmptySource: true