We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f4d359 commit e36d5c1Copy full SHA for e36d5c1
build-standalone-packages.ps1
@@ -17,6 +17,7 @@ ls ghc-devel*.nuspec -recurse -File | ForEach-Object {
17
Copy-Item -Recurse -Force -Path (Join-Path $src "*") -Destination $tmp
18
Copy-Item -Recurse -Force -Path (Join-Path $templates "*") -Destination $tmp
19
Copy-Item -Recurse -Force -Path (Join-Path $compat "*") -Destination $tmp
20
+ Copy-Item -Recurse -Force -Path README.md -Destination $tmp
21
22
Remove-Item (Join-Path $tmp "*.nuspec")
23
0 commit comments