Skip to content

Commit

Permalink
we need the condition to be set on populateScanPaths step. if we don'…
Browse files Browse the repository at this point in the history
…t, and there are previous failures in the analyze pipeline, we won't properly invoke verify readmes. (#1884)

Co-authored-by: Scott Beddall <[email protected]>
  • Loading branch information
azure-sdk and scbedd authored Sep 19, 2024
1 parent 45f7098 commit 0cda1d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eng/common/pipelines/templates/steps/verify-readmes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ steps:
$scanPaths = $paths -join ","
Write-Host "##vso[task.setvariable variable=ScanPathArgument;]$scanPaths"
displayName: Populate Scan Paths
condition: ${{ parameters.Condition }}

- task: PowerShell@2
displayName: "Verify Readmes"
Expand Down

0 comments on commit 0cda1d2

Please sign in to comment.