From caa1610d129d4b213a29e7293b2d88378c33023f Mon Sep 17 00:00:00 2001 From: Philip Stockerer Date: Tue, 19 Apr 2022 13:25:43 +0000 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 4effc5d..48b24f3 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -28,13 +28,13 @@ steps: rootDirectory: '$(Agent.BuildDirectory)/s' filePatterns: | index.php - \components\* - \config\* - \js\* - \logic\* - \models\* - \res\* - \sites\* + \components\** + \config\** + \js\** + \logic\** + \models\** + \res\** + \sites\** remoteDirectory: '/html/apps/$(Build.BuildId)/' clean: false cleanContents: false