From 89d9a64a75a1d8ac7f6175d8b1eb73b26134aac1 Mon Sep 17 00:00:00 2001 From: Philip Stockerer Date: Tue, 19 Apr 2022 13:43:25 +0000 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 27385bc..ab91b51 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -24,9 +24,14 @@ steps: inputs: SourceFolder: '$(Agent.BuildDirectory)/s' Contents: | - ** - !**\.git\** - !**\node_modules\** + index.php + **\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