From df96e82fa700e5ef0255ea974a11457270f34f92 Mon Sep 17 00:00:00 2001 From: raychen Date: Wed, 15 May 2024 11:36:00 +0800 Subject: [PATCH] Added variable to skip spec location chk --- .../pipelines/templates/steps/verify-restapi-spec-location.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/eng/common/pipelines/templates/steps/verify-restapi-spec-location.yml b/eng/common/pipelines/templates/steps/verify-restapi-spec-location.yml index cffdc564f826..f96cd36dc811 100644 --- a/eng/common/pipelines/templates/steps/verify-restapi-spec-location.yml +++ b/eng/common/pipelines/templates/steps/verify-restapi-spec-location.yml @@ -22,3 +22,4 @@ steps: displayName: Verify REST API spec location for "${{ parameters.PackageName }}" env: GH_TOKEN: $(azuresdk-github-pat) + condition: and(succeededOrFailed(), ne(variables['Skip.Verify-RestApiSpecLocation'], 'true'))