1// Copyright (c) Microsoft Corporation. 2// Licensed under the MIT License. 3 4//! Shared constants and helper functionality used across multiple pipelines. 5 6pub mod cfg_common_params; 7pub mod gh_flowey_bootstrap_template; 8pub mod gh_pools;