From 76fd0bda71d9da6abb2e2feb647f5fedf2b7bef2 Mon Sep 17 00:00:00 2001 From: Philip Stockerer Date: Tue, 19 Apr 2022 13:48:54 +0000 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e43729a..b08d8a8 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -24,8 +24,7 @@ steps: inputs: SourceFolder: '$(Agent.BuildDirectory)/s' Contents: | - !**/.git/** - !**/node_modules/** + **/js/** TargetFolder: '$(Agent.BuildDirectory)/upload' displayName: Copy files to be uploaded to webspace in upload folder - task: FtpUpload@2