Skip to content

Commit 8803161

Browse files
authored
Sync eng/common directory with azure-sdk-tools for PR 8283 (#35689)
* Update APIView script path to absolute path
1 parent 032ce27 commit 8803161

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ steps:
2020
- ${{ if or(ne(parameters.GenerateApiReviewForManualOnly, true), eq(variables['Build.Reason'], 'Manual')) }}:
2121
- task: Powershell@2
2222
inputs:
23-
filePath: ./eng/common/scripts/Create-APIReview.ps1
23+
filePath: ${{ parameters.SourceRootPath }}/eng/common/scripts/Create-APIReview.ps1
2424
arguments: >
2525
-ArtifactList ('${{ convertToJson(parameters.Artifacts) }}' | ConvertFrom-Json | Select-Object Name)
2626
-ArtifactPath ${{parameters.ArtifactPath}}
@@ -34,7 +34,6 @@ steps:
3434
-RepoName '$(Build.Repository.Name)'
3535
-MarkPackageAsShipped $${{parameters.MarkPackageAsShipped}}
3636
pwsh: true
37-
workingDirectory: ${{ parameters.SourceRootPath }}
3837
displayName: Create API Review
3938
condition: >-
4039
and(

0 commit comments

Comments
 (0)