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