Skip to content

Commit

Permalink
Copy more files to module root
Browse files Browse the repository at this point in the history
These should probably be in the package too.
  • Loading branch information
andyleejordan committed Oct 11, 2024
1 parent 58af786 commit a744b6c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,10 @@ function Start-ScriptAnalyzerBuild
Set-Content -LiteralPath "$script:destinationDir\PSScriptAnalyzer.psd1" -Encoding utf8 -Value $newManifestContent

$itemsToCopyCommon = @(
"$projectRoot\LICENSE",
"$projectRoot\README.md",
"$projectRoot\SECURITY.md",
"$projectRoot\ThirdPartyNotices.txt",
"$projectRoot\Engine\PSScriptAnalyzer.psm1",
"$projectRoot\Engine\ScriptAnalyzer.format.ps1xml",
"$projectRoot\Engine\ScriptAnalyzer.types.ps1xml"
Expand Down

0 comments on commit a744b6c

Please sign in to comment.