Install dos2unix to enforce non-dos files

This commit is contained in:
Pierre-Hugues Husson 2018-11-22 20:13:13 +01:00
parent beec15b8cb
commit e7f711a26a

View file

@ -3,7 +3,7 @@ pool:
steps: steps:
- script: | - script: |
sudo apt install xmlstarlet sudo apt install xmlstarlet dos2unix
cd build cd build
bash build.sh bash build.sh
displayName: 'Building APKs' displayName: 'Building APKs'