Skip to content

Commit a744b6c

Browse files
committed
Copy more files to module root
These should probably be in the package too.
1 parent 58af786 commit a744b6c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.psm1

+4
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,10 @@ function Start-ScriptAnalyzerBuild
165165
Set-Content -LiteralPath "$script:destinationDir\PSScriptAnalyzer.psd1" -Encoding utf8 -Value $newManifestContent
166166

167167
$itemsToCopyCommon = @(
168+
"$projectRoot\LICENSE",
169+
"$projectRoot\README.md",
170+
"$projectRoot\SECURITY.md",
171+
"$projectRoot\ThirdPartyNotices.txt",
168172
"$projectRoot\Engine\PSScriptAnalyzer.psm1",
169173
"$projectRoot\Engine\ScriptAnalyzer.format.ps1xml",
170174
"$projectRoot\Engine\ScriptAnalyzer.types.ps1xml"

0 commit comments

Comments
 (0)