From a812934312e0698407a610b900ca7828892ade5e Mon Sep 17 00:00:00 2001 From: Dmitry Kobets Date: Thu, 16 Dec 2021 07:20:39 -0800 Subject: [PATCH] Run all versions of VS with LLVM --- azure-pipelines.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e591b4d..a5e44b1 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -64,5 +64,3 @@ stages: compilerVersions: [ 'LLVM' ] image: windows-2022 extraCmakeArgs: '-T ClangCL' - CXXVersions: [ 14 ] - buildTypes: [ Release ]