From dbc97137103a32f9bc13062156ff8629695ddaa9 Mon Sep 17 00:00:00 2001 From: Thomas Date: Sat, 8 Feb 2020 19:59:33 +0000 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index fe5c48b..0618ca0 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -49,6 +49,6 @@ steps: displayName: 'Securely copy files to the remote machine' inputs: sshEndpoint: GoogleServer - sourceFolder: '$(Build.ArtifactStagingDirectory)/target-www.tar.gz' + sourceFolder: '$(Build.ArtifactStagingDirectory)' targetFolder: / failOnEmptySource: true