summaryrefslogtreecommitdiff
path: root/.azurepipelines
diff options
context:
space:
mode:
authorMichael Kubacki <michael.kubacki@microsoft.com>2022-04-01 12:47:29 -0400
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2022-04-02 02:56:48 +0000
commitc3ca70669e86485750d8fc1f2fd265c527d910ce (patch)
treee310003b0e56f77784ee34977696a9e399036438 /.azurepipelines
parent2268920afcf1b2710e6928cf1b657045d6437ad3 (diff)
downloadedk2-c3ca70669e86485750d8fc1f2fd265c527d910ce.zip
edk2-c3ca70669e86485750d8fc1f2fd265c527d910ce.tar.gz
edk2-c3ca70669e86485750d8fc1f2fd265c527d910ce.tar.bz2
.azurepipelines: 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: 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>
Diffstat (limited to '.azurepipelines')
-rw-r--r--.azurepipelines/Windows-VS2019.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.azurepipelines/Windows-VS2019.yml b/.azurepipelines/Windows-VS2019.yml
index 22f2d88..e4bd4b1 100644
--- a/.azurepipelines/Windows-VS2019.yml
+++ b/.azurepipelines/Windows-VS2019.yml
@@ -16,5 +16,5 @@ jobs:
- template: templates/pr-gate-build-job.yml
parameters:
tool_chain_tag: 'VS2019'
- vm_image: 'windows-latest'
+ vm_image: 'windows-2019'
arch_list: "IA32,X64"