EmulatorPkg: Update pipeline filenames
Details about a particular pipeline change over time - such as the specific Linux distro or toolchain version. At the same time, the pipeline files are directly referenced in Azure Pipelines to run the pipeline and few users have access to change those details. To make the files less likely to refer to outdated information over time and reduce the need for an Azure Pipeline administrator to get involved, the files are updated to drop specific details apart from the host OS environment used in the pipeline. Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
This commit is contained in:
committed by
mergify[bot]
parent
1566205a40
commit
b9f565f8c9
@@ -3,7 +3,7 @@
|
||||
#
|
||||
# Platform: EmulatorPkg
|
||||
# OS: Ubuntu
|
||||
# Toolchain: GCC5
|
||||
# Toolchain: GCC
|
||||
#
|
||||
# Copyright (c) Microsoft Corporation.
|
||||
# Copyright (c) 2020, Intel Corporation. All rights reserved.
|
||||
@@ -3,7 +3,7 @@
|
||||
#
|
||||
# Platform: EMULATORPKG
|
||||
# OS: Windows
|
||||
# Toolchain: VS2022
|
||||
# Toolchain: VS
|
||||
#
|
||||
# Copyright (c) Microsoft Corporation.
|
||||
# Copyright (c) 2020, Intel Corporation. All rights reserved.
|
||||
Reference in New Issue
Block a user