From 76791b4c3d5bcb19d4ecb3575a863f03557c523f Mon Sep 17 00:00:00 2001 From: Philip Stockerer Date: Tue, 19 Apr 2022 13:22:35 +0000 Subject: [PATCH] trying out pattern matching --- azure-pipelines.yml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 80f2dfb..f7e7c7c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -25,11 +25,20 @@ steps: serverUrl: 'ftp://e81782-ftp.services.easyname.eu' username: '127175ftp1' password: '.22ma1rzqi14' - rootDirectory: '$(Agent.BuildDirectory)' - filePatterns: '**' + rootDirectory: '$(Agent.BuildDirectory)/s' + filePatterns: | + index.php + \components + \config + \js + \logic + \models + \res + \sites remoteDirectory: '/html/apps/$(Build.BuildId)/' clean: false cleanContents: false preservePaths: true trustSSL: false + displayName: Uploading to WebSpace