flowey_hvlite/pipelines_shared/
mod.rs

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 ado_flowey_bootstrap_template;
7pub mod ado_pools;
8pub mod cfg_common_params;
9pub mod gh_flowey_bootstrap_template;
10pub mod gh_pools;