]> git.proxmox.com Git - mirror_edk2.git/commitdiff
.azurepipelines: Use windows-2019 VM image
authorMichael Kubacki <michael.kubacki@microsoft.com>
Fri, 1 Apr 2022 16:47:29 +0000 (12:47 -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: Sean Brogan <sean.brogan@microsoft.com>
Cc: Bret Barkelew <Bret.Barkelew@microsoft.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
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>
.azurepipelines/Windows-VS2019.yml

index 22f2d88c2c6a9946be9118e95eb046c2684faacf..e4bd4b1d22839c39979ad91562f80473143eb38b 100644 (file)
@@ -16,5 +16,5 @@ jobs:
 - template: templates/pr-gate-build-job.yml\r
   parameters:\r
     tool_chain_tag: 'VS2019'\r
-    vm_image: 'windows-latest'\r
+    vm_image: 'windows-2019'\r
     arch_list: "IA32,X64"\r