We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faf0c51 commit 326e453Copy full SHA for 326e453
1 file changed
buildCoreClr.ps1
@@ -25,7 +25,8 @@ if (-not (Test-Path "$solutionDir/global.json"))
25
}
26
27
$itemsToCopyBinaries = @("$solutionDir\Engine\bin\$Configuration\$Framework\Microsoft.Windows.PowerShell.ScriptAnalyzer.dll",
28
- "$solutionDir\Rules\bin\$Configuration\$Framework\Microsoft.Windows.PowerShell.ScriptAnalyzer.BuiltinRules.dll")
+ "$solutionDir\Rules\bin\$Configuration\$Framework\Microsoft.Windows.PowerShell.ScriptAnalyzer.BuiltinRules.dll",
29
+ "$solutionDir\Rules\bin\$Configuration\$Framework\Newtonsoft.Json.dll")
30
31
$itemsToCopyCommon = @("$solutionDir\Engine\PSScriptAnalyzer.psd1",
32
"$solutionDir\Engine\PSScriptAnalyzer.psm1",
0 commit comments