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