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