Update azure-pipelines.yml for Azure Pipelines
This commit is contained in:
@@ -27,14 +27,11 @@ steps:
|
|||||||
password: '.22ma1rzqi14'
|
password: '.22ma1rzqi14'
|
||||||
rootDirectory: '$(Agent.BuildDirectory)/s'
|
rootDirectory: '$(Agent.BuildDirectory)/s'
|
||||||
filePatterns: |
|
filePatterns: |
|
||||||
index.php
|
!**\node_modules\**
|
||||||
\components\**
|
!package.json
|
||||||
\config\**
|
!README.md
|
||||||
\js\**
|
!tsconfig.json
|
||||||
\logic\**
|
!package-lock.json
|
||||||
\models\**
|
|
||||||
\res\**
|
|
||||||
\sites\**
|
|
||||||
remoteDirectory: '/html/apps/$(Build.BuildId)/'
|
remoteDirectory: '/html/apps/$(Build.BuildId)/'
|
||||||
clean: false
|
clean: false
|
||||||
cleanContents: false
|
cleanContents: false
|
||||||
|
|||||||
Reference in New Issue
Block a user