From 1668900fb8778316365dcb42b57b67160416605b Mon Sep 17 00:00:00 2001 From: JohnHolmesII Date: Wed, 10 Jun 2020 20:14:09 -0700 Subject: [PATCH] Update Azure config to fix Windows Azure build (#8399) Co-authored-by: Eladash --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index adef651aa0..d14c962a05 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -48,8 +48,8 @@ jobs: - job: Windows_Build variables: COMPILER: msvc - QT_VER: '5.14.1' - QT_DATE: '202001240957' + QT_VER: '5.14.2' + QT_DATE: '202003291224' QTDIR: C:\Qt\$(QT_VER)\msvc2017_64 VULKAN_VER: '1.2.135.0' VULKAN_SDK_SHA: '181b3353612c8b0fc5e1857b652d62140191ae42b98f2f0d532cf349cebfd8c6'