DamageAssessment_Backend/DamageAssesmentApi/azure-pipelines.yml

19 lines
280 B
YAML
Raw Normal View History

trigger:
- '*'
2023-10-13 17:28:15 -05:00
pr:
- '*'
2023-10-13 17:28:15 -05:00
pool:
vmImage: 'ubuntu-latest'
steps:
- checkout: self
- script: |
#!/bin/bash
chmod +x ./Script/build_and_push_services2acr.sh
./Script/build_and_push_services2acr.sh
displayName: 'Run build_and_push_services2acr.sh'