From 5410fa985eae4bccd2ca146514df81f10ad82ed2 Mon Sep 17 00:00:00 2001 From: Philip Stockerer Date: Tue, 19 Apr 2022 13:47:41 +0000 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 0e153cb..e43729a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -24,14 +24,8 @@ steps: inputs: SourceFolder: '$(Agent.BuildDirectory)/s' Contents: | - index.php - components - config - js - logic - models - res - sites + !**/.git/** + !**/node_modules/** TargetFolder: '$(Agent.BuildDirectory)/upload' displayName: Copy files to be uploaded to webspace in upload folder - task: FtpUpload@2