.pytool: Update pipeline filename instructions

Updates the readme file for the current naming convention used
for pipeline files.

Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
This commit is contained in:
Michael Kubacki
2024-12-19 21:09:43 -05:00
committed by mergify[bot]
parent ab3a451b1b
commit b833c2f3a6

View File

@@ -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