Sync eng/common directory with azure-sdk-tools for PR 8283 (#5635)
* Update APIView script path to absolute path
This commit is contained in:
parent
a315b29bab
commit
d055b7a921
@ -20,7 +20,7 @@ steps:
|
||||
- ${{ if or(ne(parameters.GenerateApiReviewForManualOnly, true), eq(variables['Build.Reason'], 'Manual')) }}:
|
||||
- task: Powershell@2
|
||||
inputs:
|
||||
filePath: ./eng/common/scripts/Create-APIReview.ps1
|
||||
filePath: ${{ parameters.SourceRootPath }}/eng/common/scripts/Create-APIReview.ps1
|
||||
arguments: >
|
||||
-ArtifactList ('${{ convertToJson(parameters.Artifacts) }}' | ConvertFrom-Json | Select-Object Name)
|
||||
-ArtifactPath ${{parameters.ArtifactPath}}
|
||||
@ -34,7 +34,6 @@ steps:
|
||||
-RepoName '$(Build.Repository.Name)'
|
||||
-MarkPackageAsShipped $${{parameters.MarkPackageAsShipped}}
|
||||
pwsh: true
|
||||
workingDirectory: ${{ parameters.SourceRootPath }}
|
||||
displayName: Create API Review
|
||||
condition: >-
|
||||
and(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user