From 14c782be0450e41c9d0ee487cb302a99a4305f2e Mon Sep 17 00:00:00 2001 From: Ryan Newington Date: Wed, 1 Feb 2023 09:36:54 +1100 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 33580d5..8c59091 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -56,7 +56,7 @@ steps: targetType: 'inline' script: | $files = @() - $files += (Get-ChildItem -Path "$(Build.ArtifactStagingDirectory)\Lithnet*.dll").FullName + $files += (Get-ChildItem -Recurse -Path "$(Build.ArtifactStagingDirectory)\Lithnet*.dll").FullName write-host "Signing $($files.Length) files:" write-output $files