From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web11.1652.1648833157353929897 for ; Fri, 01 Apr 2022 10:12:37 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="body hash did not verify" header.i=@linux.microsoft.com header.s=default header.b=GlPvD9Y3; spf=pass (domain: linux.microsoft.com, ip: 13.77.154.182, mailfrom: mikuback@linux.microsoft.com) Received: from localhost.localdomain (unknown [47.202.59.224]) by linux.microsoft.com (Postfix) with ESMTPSA id 2D24620DEEC9; Fri, 1 Apr 2022 10:12:35 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 2D24620DEEC9 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1648833156; bh=Z0IGGK48lXqIRi5ekiWszzh/kXjAoFDJ5qNlGjk9IKE=; h=From:To:Cc:Subject:Date:From; b=GlPvD9Y3wN/760cc5yJo2b3BG5ciau27hC4uSDXBngks1a833qGWh6OM6C69GxRur MCo+cyQTJufZkbwLtSbw6aU6Kku2ugtiLvrQxGqrv6J09ovwCyH4Rjz0uHMQ6kGz3a TiWv1lCY8XpNgXcW3xi3IHBLHoj6rP/VZDdevB2E= From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Sean Brogan , Bret Barkelew , Michael D Kinney , Liming Gao , Andrew Fish , Ray Ni , Abner Chang , Nickle Wang , Ard Biesheuvel , Jiewen Yao , Jordan Justen , Gerd Hoffmann Subject: [PATCH v1 0/3] Use windows-2019 VM Image Date: Fri, 1 Apr 2022 13:12:10 -0400 Message-Id: <20220401171213.2401-1-mikuback@linux.microsoft.com> X-Mailer: git-send-email 2.28.0.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D3890 Pipelines are currently building against VS2019 and use the "windows-latest" VM image in Azure Pipelines. The "windows-latest" image recently moved its toolchain to VS2022, so VS2019 is no longer found. To immediately address the issue with no change in build behavior, this series updates YAML files in the repository using "windows-latest" to "windows-2019". Cc: Sean Brogan Cc: Bret Barkelew Cc: Michael D Kinney Cc: Liming Gao Cc: Andrew Fish Cc: Ray Ni Cc: Abner Chang Cc: Nickle Wang Cc: Ard Biesheuvel Cc: Jiewen Yao Cc: Jordan Justen Cc: Gerd Hoffmann Signed-off-by: Michael Kubacki Michael Kubacki (3): .azurepipelines: Use windows-2019 VM image EmulatorPkg: Use windows-2019 VM image OvmfPkg: Use windows-2019 VM image .azurepipelines/Windows-VS2019.yml | 2 +- EmulatorPkg/PlatformCI/.azurepipelines/Windows-VS2019.yml | 2 +- OvmfPkg/PlatformCI/.azurepipelines/Windows-VS2019.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) --=20 2.28.0.windows.1