Skip to content

Commit

Permalink
Opt core out
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljurek committed Aug 6, 2021
1 parent 6a5bde8 commit 9a75e0c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sdk/core/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ extends:
parameters:
ServiceDirectory: core
ServiceToTest: '*'
# Opt out of spell checking the public API surface because `ServiceToTest`
# forces the `CodeChecks.ps1` to check ALL public API surfaces (including
# those which have known spelling errors) by specifying `*` to the
# -ServiceDirectory parameter.
SpellCheckPublicApiSurface: false
ArtifactName: packages
Artifacts:
- name: Azure.Core
Expand Down

0 comments on commit 9a75e0c

Please sign in to comment.