Added variable to skip spec location chk (#5621)

Co-authored-by: raychen <raychen@microsoft.com>
This commit is contained in:
Azure SDK Bot 2024-05-14 23:46:44 -07:00 committed by GitHub
parent ab90ef68b0
commit 565f07da68
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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'))