Skip to content

Commit

Permalink
Fix spacing char in ci.yml (#10362)
Browse files Browse the repository at this point in the history
replace utf-8 char 160 (non-breaking-space) with normal utf-8 32 space
  • Loading branch information
weshaggard authored Mar 6, 2020
1 parent 3edb484 commit b624e52
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions sdk/formrecognizer/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ pr:
- sdk/formrecognizer/

stages:
- template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml
  parameters:
    ServiceDirectory: formrecognizer
    ArtifactName: packages
    Artifacts:
    - name: Azure.AI.FormRecognizer
      safeName: AzureAIFormRecognizer
- template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml
parameters:
ServiceDirectory: formrecognizer
ArtifactName: packages
Artifacts:
- name: Azure.AI.FormRecognizer
safeName: AzureAIFormRecognizer

0 comments on commit b624e52

Please sign in to comment.