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