Skip to content

Commit

Permalink
(build) Also verify psd1 files.
Browse files Browse the repository at this point in the history
  • Loading branch information
corbob committed Jun 12, 2024
1 parent 6f59692 commit 45cfaf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe.cake
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ else

Func<FilePathCollection> getScriptsToVerify = () =>
{
var scriptsToVerify = GetFiles(BuildParameters.Paths.Directories.ChocolateyNuspecDirectory + "/**/*.{ps1|psm1}");
var scriptsToVerify = GetFiles(BuildParameters.Paths.Directories.ChocolateyNuspecDirectory + "/**/*.{ps1|psm1|psd1}");

Information("The following PowerShell scripts have been selected to be verified...");
foreach (var scriptToVerify in scriptsToVerify)
Expand Down

0 comments on commit 45cfaf3

Please sign in to comment.