Skip to content

Commit 326e453

Browse files
author
Kapil Borle
committed
Modify buildCoreClr script to copy json dll
1 parent faf0c51 commit 326e453

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

buildCoreClr.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ if (-not (Test-Path "$solutionDir/global.json"))
2525
}
2626

2727
$itemsToCopyBinaries = @("$solutionDir\Engine\bin\$Configuration\$Framework\Microsoft.Windows.PowerShell.ScriptAnalyzer.dll",
28-
"$solutionDir\Rules\bin\$Configuration\$Framework\Microsoft.Windows.PowerShell.ScriptAnalyzer.BuiltinRules.dll")
28+
"$solutionDir\Rules\bin\$Configuration\$Framework\Microsoft.Windows.PowerShell.ScriptAnalyzer.BuiltinRules.dll",
29+
"$solutionDir\Rules\bin\$Configuration\$Framework\Newtonsoft.Json.dll")
2930

3031
$itemsToCopyCommon = @("$solutionDir\Engine\PSScriptAnalyzer.psd1",
3132
"$solutionDir\Engine\PSScriptAnalyzer.psm1",

0 commit comments

Comments
 (0)