From 5d8a5042188c2e937b210d987b52d2dbbea0f623 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 5d8ec3f22..f0ba89e4d 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