From e7f711a26ac5930f381862434558c4c84c80aae0 Mon Sep 17 00:00:00 2001 From: Pierre-Hugues Husson Date: Thu, 22 Nov 2018 20:13:13 +0100 Subject: [PATCH] Install dos2unix to enforce non-dos files --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b31e5f6..6f89bd4 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -3,7 +3,7 @@ pool: steps: - script: | - sudo apt install xmlstarlet + sudo apt install xmlstarlet dos2unix cd build bash build.sh displayName: 'Building APKs'