Skip to content

Commit b7ace86

Browse files
azure-sdkscbedd
andauthored
we need the condition to be set on populateScanPaths step. if we don't, and there are previous failures in the analyze pipeline, we won't properly invoke verify readmes. (#37447)
Co-authored-by: Scott Beddall <[email protected]>
1 parent 186410e commit b7ace86

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eng/common/pipelines/templates/steps/verify-readmes.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ steps:
2929
$scanPaths = $paths -join ","
3030
Write-Host "##vso[task.setvariable variable=ScanPathArgument;]$scanPaths"
3131
displayName: Populate Scan Paths
32+
condition: ${{ parameters.Condition }}
3233

3334
- task: PowerShell@2
3435
displayName: "Verify Readmes"

0 commit comments

Comments
 (0)