Update azure-pipelines.yml for Azure Pipelines

This commit is contained in:
Thomas 2020-02-08 19:54:28 +00:00
parent fe7094415f
commit 3afd38c23a

View File

@ -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