Skip to content

Commit

Permalink
Give the csv flexibility to onboard not new package to Docs.Ms
Browse files Browse the repository at this point in the history
  • Loading branch information
sima-zhu committed Dec 16, 2022
1 parent b6bfcef commit a2cbb63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/common/scripts/Update-DocsMsPackages.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ function GetDocsMetadataForMoniker($moniker) {
}
function GetDocsMetadata() {
# Read metadata from CSV
$csvMetadata = (Get-CSVMetadata).Where({ $_.New -eq 'true' -and $_.Hide -ne 'true' })
$csvMetadata = (Get-CSVMetadata).Where({ $_.New -eq 'true' -and $_.Hide -ne 'true' -or $_.MSDocService -ne ''})

# Read metadata from docs repo
$metadataByPackage = @{}
Expand Down

0 comments on commit a2cbb63

Please sign in to comment.