diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ab91b51..0e153cb 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -25,13 +25,13 @@ steps: SourceFolder: '$(Agent.BuildDirectory)/s' Contents: | index.php - **\components\** - **\config\** - **\js\** - **\logic\** - **\models\** - **\res\** - **\sites\** + components + config + js + logic + models + res + sites TargetFolder: '$(Agent.BuildDirectory)/upload' displayName: Copy files to be uploaded to webspace in upload folder - task: FtpUpload@2