Update azure-pipelines.yml for Azure Pipelines
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user