From 79aebdced7a22bcde01d08e8cdfc00eeec54ac00 Mon Sep 17 00:00:00 2001 From: raychen Date: Wed, 15 May 2024 11:36:00 +0800 Subject: [PATCH] Sync eng/common directory with azure-sdk-tools repository for Tools PR 8268 --- .../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 cffdc564f826b..f96cd36dc8112 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'))