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