* removed condition as it might cause some issues

* testing can become difficult
This commit is contained in:
Marvin Buss 2021-02-15 10:59:29 +01:00
Родитель ecbaf42c8b
Коммит 7cd0c4ac94
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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'