Skip to content

Commit 51a4775

Browse files
weshaggardazure-sdk
authored andcommitted
Apply suggestions from code review
1 parent cd7c62e commit 51a4775

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eng/common/pipelines/templates/steps/create-apireview.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ steps:
1313
# We can remove this step later once it is added in caller
1414
- template: /eng/common/pipelines/templates/steps/set-default-branch.yml
1515
parameters:
16-
WorkingDirectory: ${{parameters.SourceRootPath}}
16+
WorkingDirectory: ${{ parameters.SourceRootPath }}
1717

1818
# Automatic API review is generated for a package when pipeline runs irrespective of how pipeline gets triggered.
1919
# Below condition ensures that API review is generated only for manual pipeline runs when flag GenerateApiReviewForManualOnly is set to true.
@@ -34,7 +34,7 @@ steps:
3434
-RepoName '$(Build.Repository.Name)'
3535
-MarkPackageAsShipped $${{parameters.MarkPackageAsShipped}}
3636
pwsh: true
37-
workingDirectory: ${{parameters.SourceRootPath}}
37+
workingDirectory: ${{ parameters.SourceRootPath }}
3838
displayName: Create API Review
3939
condition: >-
4040
and(

0 commit comments

Comments
 (0)