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