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:
- script: |
sudo apt install xmlstarlet
sudo apt install xmlstarlet dos2unix
cd build
bash build.sh
displayName: 'Building APKs'