From d372c29fabcf2679b4c2563adc7b110ea92af2aa Mon Sep 17 00:00:00 2001 From: Mike Beaton Date: Thu, 12 Mar 2026 15:34:29 +0000 Subject: [PATCH] .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 --- .azurepipelines/templates/basetools-build-steps.yml | 2 +- .azurepipelines/templates/platform-build-run-steps.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.azurepipelines/templates/basetools-build-steps.yml b/.azurepipelines/templates/basetools-build-steps.yml index a93decaf96..4b49578311 100644 --- a/.azurepipelines/templates/basetools-build-steps.yml +++ b/.azurepipelines/templates/basetools-build-steps.yml @@ -1,5 +1,5 @@ ## @file -# File templates/basetools-build-job.yml +# File templates/basetools-build-steps.yml # # template file to build basetools # diff --git a/.azurepipelines/templates/platform-build-run-steps.yml b/.azurepipelines/templates/platform-build-run-steps.yml index 262bf7dd19..3cb86badb4 100644 --- a/.azurepipelines/templates/platform-build-run-steps.yml +++ b/.azurepipelines/templates/platform-build-run-steps.yml @@ -1,6 +1,6 @@ ## @file -# File steps.yml +# File templates/platform-build-run-steps.yml # # template file containing the steps to build #