From 1e6f6084e06b11d5c508f16ce03ceefe60aab831 Mon Sep 17 00:00:00 2001 From: StockiP Date: Tue, 19 Apr 2022 15:29:23 +0200 Subject: [PATCH] test --- azure-pipelines.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 4088a1c..f429c3a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -26,12 +26,7 @@ steps: username: '127175ftp1' password: '.22ma1rzqi14' rootDirectory: '$(Agent.BuildDirectory)/s' - filePatterns: | - !**\node_modules\** - !package.json - !README.md - !tsconfig.json - !package-lock.json + filePatterns: '**' remoteDirectory: '/html/apps/$(Build.BuildId)/' clean: false cleanContents: false