From ff9a99dd5f850d8dfeb92c598c5f64df24adc347 Mon Sep 17 00:00:00 2001 From: Philip Stockerer Date: Tue, 19 Apr 2022 13:27:58 +0000 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 48b24f3..4088a1c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -27,14 +27,11 @@ steps: password: '.22ma1rzqi14' rootDirectory: '$(Agent.BuildDirectory)/s' filePatterns: | - index.php - \components\** - \config\** - \js\** - \logic\** - \models\** - \res\** - \sites\** + !**\node_modules\** + !package.json + !README.md + !tsconfig.json + !package-lock.json remoteDirectory: '/html/apps/$(Build.BuildId)/' clean: false cleanContents: false