From 57ecfbb9fce4c87c6d5e55320ce547e4d883a513 Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Mon, 11 Oct 2021 12:08:47 +0200 Subject: [PATCH] this is old still --- scripts/azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/azure-pipelines.yml b/scripts/azure-pipelines.yml index a85ea54a88..9e33c769a4 100644 --- a/scripts/azure-pipelines.yml +++ b/scripts/azure-pipelines.yml @@ -782,7 +782,7 @@ stages: name: native_checks_windows displayName: Run Code Checks condition: or(eq(variables['Build.SourceBranch'], 'refs/heads/main'), startsWith(variables['Build.SourceBranch'], 'refs/heads/patch/')) - vmImage: $(VM_IMAGE_WINDOWS) + vmImage: $(VM_IMAGE_WINDOWS_PREVIOUS) target: git-sync-deps installWindowsSdk: false installDotNet: false