File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -230,9 +230,9 @@ function Start-ScriptAnalyzerBuild
230
230
Publish-File $itemsToCopyCommon $destinationDir
231
231
232
232
$itemsToCopyBinaries = @ (
233
- " $projectRoot \Engine\bin\${config} \${frameworkName } \Microsoft.Windows.PowerShell.ScriptAnalyzer.dll" ,
234
- " $projectRoot \Rules\bin\${config} \${frameworkName } \CrossCompatibility.dll"
235
- " $projectRoot \Rules\bin\${config} \${frameworkName } \Microsoft.Windows.PowerShell.ScriptAnalyzer.BuiltinRules.dll"
233
+ " $projectRoot \Engine\bin\${config} \${framework } \Microsoft.Windows.PowerShell.ScriptAnalyzer.dll" ,
234
+ " $projectRoot \Rules\bin\${config} \${framework } \CrossCompatibility.dll"
235
+ " $projectRoot \Rules\bin\${config} \${framework } \Microsoft.Windows.PowerShell.ScriptAnalyzer.BuiltinRules.dll"
236
236
)
237
237
Publish-File $itemsToCopyBinaries $destinationDirBinaries
238
238
You can’t perform that action at this time.
0 commit comments