From b833c2f3a63d8f9c11e202a353f9d6907e9c5591 Mon Sep 17 00:00:00 2001 From: Michael Kubacki Date: Thu, 19 Dec 2024 21:09:43 -0500 Subject: [PATCH] .pytool: Update pipeline filename instructions Updates the readme file for the current naming convention used for pipeline files. Signed-off-by: Michael Kubacki --- .pytool/Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pytool/Readme.md b/.pytool/Readme.md index 6da87403f1..d147549270 100644 --- a/.pytool/Readme.md +++ b/.pytool/Readme.md @@ -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-VS2022.yml` and `.azurepipelines/Ubuntu-GCC5.yml` +`.azurepipelines/Windows-VS.yml` and `.azurepipelines/Ubuntu-GCC.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