summaryrefslogtreecommitdiffstats
path: root/.pytool
diff options
context:
space:
mode:
authorOliver Smith-Denny <osde@microsoft.com>2024-12-03 14:52:41 -0800
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2024-12-10 23:42:09 +0000
commit1c5c951ec33b7851da67feeaf222d3edd6eb89be (patch)
tree31221487f2115bfc0f5ce898f1412e5296e77df9 /.pytool
parentbcbb7099594af28b5ba40521ba2ecef253adaa9f (diff)
downloadedk2-1c5c951ec33b7851da67feeaf222d3edd6eb89be.tar.gz
Update CI to VS2022
This PR updates the CI pipelines to use VS2022 instead of VS2019 as that is the latest supported VS toolchain on edk2. Continuous-integration-options: PatchCheck.ignore-multi-package Signed-off-by: Oliver Smith-Denny <osde@microsoft.com>
Diffstat (limited to '.pytool')
-rw-r--r--.pytool/Readme.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/.pytool/Readme.md b/.pytool/Readme.md
index 1df5633fb3..6da87403f1 100644
--- a/.pytool/Readme.md
+++ b/.pytool/Readme.md
@@ -9,7 +9,7 @@ on the TianoCore wiki.
## Basic Status
-| Package | Windows VS2019 (IA32/X64)| Ubuntu GCC (IA32/X64/ARM/AARCH64) | Known Issues |
+| Package | Windows VS2022 (IA32/X64)| Ubuntu GCC (IA32/X64/ARM/AARCH64) | Known Issues |
| :---- | :----- | :---- | :--- |
| ArmPkg | | :heavy_check_mark: |
| ArmPlatformPkg | | :heavy_check_mark: |
@@ -48,7 +48,7 @@ located [here](https://github.com/tianocore/edk2-pytool-library) and
[here](https://github.com/tianocore/edk2-pytool-extensions)).
The primary execution flows can be found in the
-`.azurepipelines/Windows-VS2019.yml` and `.azurepipelines/Ubuntu-GCC5.yml`
+`.azurepipelines/Windows-VS2022.yml` and `.azurepipelines/Ubuntu-GCC5.yml`
files. These YAML files are consumed by the Azure Dev Ops Build Pipeline and
dictate what server resources should be used, how they should be configured, and
what processes should be run on them. An overview of this schema can be found