From ae95799c0821779d21b28be59eb152656059371c Mon Sep 17 00:00:00 2001 From: MoonlightSentinel Date: Sat, 8 Aug 2020 12:46:49 +0200 Subject: [PATCH] Bump host compiler for Azure Win64 Current master seems to trigger an already fixed bug in the host compiler. (Obviously not an ideal solution, just trying to unblock the CI for now. We can always revert this later) --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ec7d016142..1fa61203e5 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -6,7 +6,7 @@ jobs: vmImage: 'vs2017-win2016' variables: VSINSTALLDIR: C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\ - HOST_DMD_VERSION: 2.084.1 + HOST_DMD_VERSION: 2.092.1 strategy: matrix: x64: