File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ $xcMiscTags = $availableTags | Where-Object { $_ -like "sitecore-certificates:*"
128128$assetTags = $availableTags | Where-Object { $_ -match " (community/)?sitecore(-custom)?-assets:.*" }
129129$moduleAssetTags = $availableTags | Where-Object { $_ -like " community/modules/*" }
130130$xmTags = $availableTags | Where-Object { $_ -match " (community/)?sitecore-xm([1]{0,1})(-custom)?-(?!.*spe|.*sxa|.*jss).*:.*" }
131- $xpTags = $availableTags | Where-Object { $_ -match " (community/)?sitecore-xp([1]{0,1})(-custom)?-(?!.*spe|.*sxa|.*jss|.*sh|.* ut).*:.*" }
131+ $xpTags = $availableTags | Where-Object { $_ -match " (community/)?sitecore-xp([1]{0,1})(-custom)?-(?!.*spe|.*sxa|.*jss|.*sh|ut).*:.*" }
132132$xp0Tags = $availableTags | Where-Object { $_ -match " (community/)?sitecore-xp0(-custom)?-(?!.*spe|.*sxa|.*jss).*:.*" }
133133
134134$xcTags = $availableTags | Where-Object { $_ -match " (community/)?sitecore-xc(-custom)?-(?!.*spe|.*sxa|.*jss).*:.*" }
@@ -145,7 +145,7 @@ $xpSpeTags = $availableTags | Where-Object { $_ -match "(community/)?sitecore-xp
145145$xpSxaTags = $availableTags | Where-Object { $_ -match " (community/)?sitecore-xp([1]{0,1})(-custom)?-(.*sxa)(?!.*jss).*:.*" }
146146$xpJssTags = $availableTags | Where-Object { $_ -match " (community/)?sitecore-xp([1]{0,1})(-custom)?-(.*jss).*:.*" }
147147$xpShTags = $availableTags | Where-Object { $_ -match " sitecore-xp([1]{0,1})(-custom)?-(.*sh).*:.*" }
148- $xpUtTags = $availableTags | Where-Object { $_ -match " sitecore-xp([1]{0,1})(-custom)?-(.* ut).*:.*" }
148+ $xpUtTags = $availableTags | Where-Object { $_ -match " sitecore-xp([1]{0,1})(-custom)?-(ut).*:.*" }
149149
150150$xcSpeTags = $availableTags | Where-Object { $_ -match " (community/)?sitecore-xc-(spe).*:.*" }
151151$xcSxaTags = $availableTags | Where-Object { $_ -match " (community/)?sitecore-xc-(sxa).*:.*" }
You can’t perform that action at this time.
0 commit comments