Skip to content

Commit a7f3554

Browse files
azure-sdkraych1
andauthored
Added variable to skip spec location chk (Azure#40169)
Co-authored-by: raychen <[email protected]>
1 parent 8daf90f commit a7f3554

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eng/common/pipelines/templates/steps/verify-restapi-spec-location.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ steps:
2222
displayName: Verify REST API spec location for "${{ parameters.PackageName }}"
2323
env:
2424
GH_TOKEN: $(azuresdk-github-pat)
25+
condition: and(succeededOrFailed(), ne(variables['Skip.Verify-RestApiSpecLocation'], 'true'))

0 commit comments

Comments
 (0)