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