From e98d7e1b77e77426c18b6cb94063737b4e5db2e2 Mon Sep 17 00:00:00 2001 From: Philip Stockerer Date: Tue, 19 Apr 2022 13:45:23 +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 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