From 3afd38c23a6bf2aeb9c56f4d30e41862dd73b67b Mon Sep 17 00:00:00 2001 From: Thomas Date: Sat, 8 Feb 2020 19:54:28 +0000 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a0f852d..9c161da 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -9,11 +9,3 @@ trigger: pool: vmImage: 'ubuntu-latest' -steps: -- task: CopyFilesOverSSH@0 - displayName: 'Securely copy files to the remote machine' - inputs: - sshEndpoint: GoogleServer - sourceFolder: '$(System.DefaultWorkingDirectory)/_frontend/FrontEnd' - targetFolder: / - failOnEmptySource: true