diff options
author | Michael Kubacki <michael.kubacki@microsoft.com> | 2022-04-01 12:51:23 -0400 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2022-04-02 02:56:48 +0000 |
commit | 3b0de44759f8fa0f1fcf6425f80c6fd737facb5e (patch) | |
tree | 594b641f98b5c5077f9fc93810e8530b222776ef | |
parent | c3ca70669e86485750d8fc1f2fd265c527d910ce (diff) | |
download | edk2-3b0de44759f8fa0f1fcf6425f80c6fd737facb5e.tar.gz edk2-3b0de44759f8fa0f1fcf6425f80c6fd737facb5e.tar.bz2 edk2-3b0de44759f8fa0f1fcf6425f80c6fd737facb5e.zip |
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 <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>
-rw-r--r-- | EmulatorPkg/PlatformCI/.azurepipelines/Windows-VS2019.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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"
|