Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/PowerShell/PowerShell.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-10-14 00:19:00 +0300
committerGitHub <noreply@github.com>2022-10-14 00:19:00 +0300
commit28bbed7960dad4f1ac75e4b0477fb5cb35421846 (patch)
treeaa5c406dff27bceb37c3982eb0856bf8c7ced9c2
parentd7a414b759e0010e95f8d97700c2a745f6ffe46f (diff)
[release/v7.3.0-rc.1] Recurse the file listing. (#18285)
Co-authored-by: James Truher <jimtru@microsoft.com>
-rw-r--r--tools/releaseBuild/azureDevOps/templates/compliance/apiscan.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/releaseBuild/azureDevOps/templates/compliance/apiscan.yml b/tools/releaseBuild/azureDevOps/templates/compliance/apiscan.yml
index df58aeae1a..c972106195 100644
--- a/tools/releaseBuild/azureDevOps/templates/compliance/apiscan.yml
+++ b/tools/releaseBuild/azureDevOps/templates/compliance/apiscan.yml
@@ -79,7 +79,7 @@ jobs:
workingDirectory: '$(Build.SourcesDirectory)'
- pwsh: |
- Get-ChildItem '$(BinDir)' -File |
+ Get-ChildItem '$(BinDir)' -File -Recurse |
Foreach-Object {
[pscustomobject]@{
Path = $_.FullName