Update APIView script path to absolute path#8283
Update APIView script path to absolute path#8283praveenkuttappan merged 2 commits intoAzure:mainfrom
Conversation
|
The following pipelines have been queued for testing: |
| - ${{ if or(ne(parameters.GenerateApiReviewForManualOnly, true), eq(variables['Build.Reason'], 'Manual')) }}: | ||
| - task: Powershell@2 | ||
| inputs: | ||
| filePath: ./eng/common/scripts/Create-APIReview.ps1 |
There was a problem hiding this comment.
PowerApps task powershell@2 did not honor the WorkingDirectory param. I see that it's documented but current directory was still default source path (first cloned repo). I will check more to find out the root cause with a small repro and report an issue in Devops page if this turns out as an issue in the task itself.
weshaggard
left a comment
There was a problem hiding this comment.
curious why the other option didn't work but fine with this as well.
Use absolute path with parameter root path as prefix to run create api review script so that this template can be used in Java release pipeline.