* removed condition as it might cause some issues
* testing can become difficult
This commit is contained in:
Родитель
ecbaf42c8b
Коммит
7cd0c4ac94
|
@ -254,7 +254,7 @@ stages:
|
|||
- stage: Deployment
|
||||
displayName: 'Deployment of ARM templates'
|
||||
dependsOn: Validation
|
||||
condition: and(succeeded(), in(variables['Build.Reason'], 'IndividualCI', 'BatchedCI'))
|
||||
# condition: and(succeeded(), in(variables['Build.Reason'], 'IndividualCI', 'BatchedCI'))
|
||||
jobs:
|
||||
- job: Deployment
|
||||
displayName: 'Deployment of ARM templates'
|
||||
|
|
Загрузка…
Ссылка в новой задаче