We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e679e8 commit 1a4122fCopy full SHA for 1a4122f
1 file changed
buildCoreClr.ps1
@@ -77,6 +77,9 @@ if ($build)
77
(Get-Content "$destinationDir\PSScriptAnalyzer.psd1") -replace "ModuleVersion = '1.6.0'","ModuleVersion = '0.0.1'" | Out-File "$destinationDir\PSScriptAnalyzer.psd1" -Encoding ascii
78
79
CopyToDestinationDir $itemsToCopyBinaries $destinationDirBinaries
80
+
81
+ # Copy Settings File
82
+ Copy-Item -Path "$solutionDir/Engine/Settings" -Destination $destinationDir -Force -Recurse -Verbose
83
}
84
85
$modulePath = "$HOME\Documents\WindowsPowerShell\Modules";
0 commit comments