From 4706c467ef7e3a761381434fe179740ed48ca977 Mon Sep 17 00:00:00 2001 From: Philip Stockerer Date: Tue, 19 Apr 2022 13:12:45 +0000 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 0359fe1..54ab148 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -25,11 +25,11 @@ steps: serverUrl: 'ftp://e81782-ftp.services.easyname.eu' username: '127175ftp1' password: '.22ma1rzqi14' - rootDirectory: '$(Build.SourcesDirectory)' + rootDirectory: '$(Agent.BuildDirectory)' filePatterns: '**' - remoteDirectory: '/upload/$(Build.BuildId)/' + remoteDirectory: '/apps/$(Build.BuildId)/' clean: false cleanContents: false - preservePaths: false + preservePaths: true trustSSL: false