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.web08.7218.1648863150872136666 for ; Fri, 01 Apr 2022 18:32:31 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="body hash did not verify" header.i=@linux.microsoft.com header.s=default header.b=exN2B3PK; 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 6CFEB20DF569; Fri, 1 Apr 2022 18:32:29 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 6CFEB20DF569 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1648863150; bh=1Lyz6URzeJHgfmrW1j5Z2F/cDxnl0h3a+S3xKJFKeb4=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=exN2B3PKKxs4EnCcU0LlBWPJs+KYE3rNPin96jVInrvLbGXGe9tES2ec8qXer8e0M sTvHZxy4vkpeCjvqwHw4/HuthZkZaZqT2KnEV+7f9JhiPBold6eLp9HSsK3B9lXRZ9 h5Y5/wYrQezRn1EEaVRmWExEdqPbNO4h9PVV34wo= From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Andrew Fish , Ray Ni , Abner Chang , Nickle Wang , Sean Brogan Subject: [PATCH v2 3/5] EmulatorPkg: Use windows-2019 VM image Date: Fri, 1 Apr 2022 21:31:54 -0400 Message-Id: <20220402013156.2640-4-mikuback@linux.microsoft.com> X-Mailer: git-send-email 2.28.0.windows.1 In-Reply-To: <20220402013156.2640-1-mikuback@linux.microsoft.com> References: <20220402013156.2640-1-mikuback@linux.microsoft.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D3890 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 --- EmulatorPkg/PlatformCI/.azurepipelines/Windows-VS2019.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EmulatorPkg/PlatformCI/.azurepipelines/Windows-VS2019.yml b/= EmulatorPkg/PlatformCI/.azurepipelines/Windows-VS2019.yml index 03ffb1a5a5c7..e7ead06ae266 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=3DTRUE" =20 --=20 2.28.0.windows.1