.azurepipelines: Fix the commented filename in two template files

The six .yml files in .azurepipelines/templates each include their
own filename in their header comment, but in these two files the
name is now wrong, so fix this.

Signed-off-by: Mike Beaton <mjsbeaton@gmail.com>
This commit is contained in:
Mike Beaton 2026-03-12 15:34:29 +00:00 committed by mergify[bot]
parent a74be59935
commit d372c29fab
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
## @file
# File templates/basetools-build-job.yml
# File templates/basetools-build-steps.yml
#
# template file to build basetools
#

View file

@ -1,6 +1,6 @@
## @file
# File steps.yml
# File templates/platform-build-run-steps.yml
#
# template file containing the steps to build
#