Skip to content

Commit 3fc0a13

Browse files
committed
Update prepare-pages.ps1
1 parent 07719d4 commit 3fc0a13

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Pipelines/Scripts/prepare-pages.ps1

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ Get-ChildItem -Path (Join-Path $ProjectRoot "*" "package.json") | ForEach-Object
4444
if (-not $packageName) {
4545
return # this is not an MRTK package, so skip
4646
}
47+
48+
if ($packageName -eq "org.mixedrealitytoolkit.data") {
49+
return # this is a deprecated package, so skip
50+
}
4751

4852
$packageName = $packageName.Matches[0].Value
4953
$packageFriendlyName = (Select-String -Pattern "`"displayName`": `"(.+)`"" -Path $_ | Select-Object -First 1).Matches.Groups[1].Value

0 commit comments

Comments
 (0)