From 2686b361448f2962c1bf9f1260df831fbbb15fa3 Mon Sep 17 00:00:00 2001 From: Philip Stockerer Date: Tue, 19 Apr 2022 13:50:20 +0000 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b08d8a8..b7a899f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -24,7 +24,10 @@ steps: inputs: SourceFolder: '$(Agent.BuildDirectory)/s' Contents: | - **/js/** + ** + !azure-pipelines.yml + !**/.git/** + !**/node_modules/** TargetFolder: '$(Agent.BuildDirectory)/upload' displayName: Copy files to be uploaded to webspace in upload folder - task: FtpUpload@2