Skip to content

Commit 50ad429

Browse files
authored
Recurse the file listing. (PowerShell#18277)
1 parent 33bbe7d commit 50ad429

File tree

1 file changed

+1
-1
lines changed
  • tools/releaseBuild/azureDevOps/templates/compliance

1 file changed

+1
-1
lines changed

tools/releaseBuild/azureDevOps/templates/compliance/apiscan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
workingDirectory: '$(Build.SourcesDirectory)'
8080
8181
- pwsh: |
82-
Get-ChildItem '$(BinDir)' -File |
82+
Get-ChildItem '$(BinDir)' -File -Recurse |
8383
Foreach-Object {
8484
[pscustomobject]@{
8585
Path = $_.FullName

0 commit comments

Comments
 (0)