From 219ca0809125317ff1103cd6f341b000af653049 Mon Sep 17 00:00:00 2001 From: Philip Stockerer Date: Tue, 19 Apr 2022 13:24:15 +0000 Subject: [PATCH] pipeline matching now correct? --- azure-pipelines.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f7e7c7c..4effc5d 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