From 3b0de44759f8fa0f1fcf6425f80c6fd737facb5e Mon Sep 17 00:00:00 2001 From: Michael Kubacki Date: Fri, 1 Apr 2022 12:51:23 -0400 Subject: EmulatorPkg: Use windows-2019 VM image REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3890 The YAML file previously specified "windows-latest" which recently moved to VS2022. To continue using VS2019 (at least in the short term), the VM image needs to be explicitly set to "windows-2019". Cc: Andrew Fish Cc: Ray Ni Cc: Abner Chang Cc: Nickle Wang Signed-off-by: Michael Kubacki Reviewed-by: Sean Brogan Reviewed-by: Michael D Kinney --- EmulatorPkg/PlatformCI/.azurepipelines/Windows-VS2019.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'EmulatorPkg/PlatformCI') diff --git a/EmulatorPkg/PlatformCI/.azurepipelines/Windows-VS2019.yml b/EmulatorPkg/PlatformCI/.azurepipelines/Windows-VS2019.yml index 03ffb1a5a5..e7ead06ae2 100644 --- a/EmulatorPkg/PlatformCI/.azurepipelines/Windows-VS2019.yml +++ b/EmulatorPkg/PlatformCI/.azurepipelines/Windows-VS2019.yml @@ -20,7 +20,7 @@ jobs: - job: Platform_CI variables: package: 'EmulatorPkg' - vm_image: 'windows-latest' + vm_image: 'windows-2019' should_run: true run_flags: "MAKE_STARTUP_NSH=TRUE" -- cgit v1.2.3