Fix syntax error in Windows packaging script (#14377)

This commit is contained in:
Robert Holt 2020-12-10 13:07:53 -08:00 committed by GitHub
parent 1223518a43
commit 9d50a052ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -124,10 +124,10 @@ jobs:
"$($fullSymbolsFolder)\System.Management.Automation.dll" = ""
}
$itemsToExclude = @{
$itemsToExclude = @(
# This package is retrieved from https://www.github.com/powershell/MarkdownRender
"$($fullSymbolsFolder)\Microsoft.PowerShell.MarkdownRender.dll"
}
)
if ("$env:Architecture" -notlike 'fxdependent*')
{