]> git.proxmox.com Git - mirror_edk2.git/commitdiff
EmulatorPkg: Use windows-2019 VM image
authorMichael Kubacki <michael.kubacki@microsoft.com>
Fri, 1 Apr 2022 16:51:23 +0000 (12:51 -0400)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Sat, 2 Apr 2022 02:56:48 +0000 (02:56 +0000)
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 <afish@apple.com>
Cc: Ray Ni <ray.ni@intel.com>
Cc: Abner Chang <abner.chang@hpe.com>
Cc: Nickle Wang <nickle.wang@hpe.com>
Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
Reviewed-by: Sean Brogan <sean.brogan@microsoft.com>
Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
EmulatorPkg/PlatformCI/.azurepipelines/Windows-VS2019.yml

index 03ffb1a5a5c7a637c3cfe3d2caf3ee48575dd9ea..e7ead06ae26699f7f03fc8b5e391258ca9a9afbc 100644 (file)
@@ -20,7 +20,7 @@ jobs:
   - job: Platform_CI\r
     variables:\r
       package: 'EmulatorPkg'\r
-      vm_image: 'windows-latest'\r
+      vm_image: 'windows-2019'\r
       should_run: true\r
       run_flags: "MAKE_STARTUP_NSH=TRUE"\r
 \r