From 6ecbd1f9c79bf8634eb646bcc62024cf588a370a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?=
 <luisangelsm@gmail.com>
Date: Wed, 11 Sep 2019 11:37:29 +0200
Subject: [PATCH] Something in qt seems to be broken

---
 azure-pipelines-windows-template.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/azure-pipelines-windows-template.yml b/azure-pipelines-windows-template.yml
index fd830f8b..ab9bd984 100644
--- a/azure-pipelines-windows-template.yml
+++ b/azure-pipelines-windows-template.yml
@@ -27,6 +27,7 @@ jobs:
   - script: |
       call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Auxiliary\Build\${{ parameters.vc_vars }}"
       set PATH=%PATH%;C:\Qt\Qt${{ parameters.qt_version }}\${{ parameters.qt_version }}\${{ parameters.qt_spec }}\bin
+      dir C:\Qt\Qt${{ parameters.qt_version }}\${{ parameters.qt_version }}\${{ parameters.qt_spec }}\bin
       set DEFINES_VAR=DEFINES+="BUILD_NUMBER=\\\\\\\"$(Build.BuildNumber)\\\\\\\""
       qmake -spec ${{ parameters.qt_spec }} CONFIG+="7zip" %DEFINES_VAR%
       nmake