From 938b8801c2340481461cb608fbc33b0fb47a10f8 Mon Sep 17 00:00:00 2001 From: "Brett V. Forsgren" Date: Fri, 27 May 2022 15:15:15 -0600 Subject: [PATCH] add `SkipTests` parameter to pipeline definition --- azure-pipelines.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 0eae68100..4a6bd6091 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,3 +1,9 @@ +parameters: +- name: SkipTests + displayName: Skip Tests + type: boolean + default: false + # CI and PR triggers trigger: - main