File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ $xcMiscTags = $availableTags | Where-Object { $_ -like "sitecore-certificates:*"
125125$assetTags = $availableTags | Where-Object { $_ -match " (community/)?sitecore(-custom)?-assets:.*" }
126126$moduleAssetTags = $availableTags | Where-Object { $_ -like " community/modules/*" }
127127$xmTags = $availableTags | Where-Object { $_ -match " (community/)?sitecore-xm([1]{0,1})(-custom)?-(?!.*spe|.*sxa|.*jss).*:.*" }
128- $xpTags = $availableTags | Where-Object { $_ -match " (community/)?sitecore-xp([1]{0,1})(-custom)?-(?!.*spe|.*sxa|.*jss|.*sh|.* ut).*:.*" }
128+ $xpTags = $availableTags | Where-Object { $_ -match " (community/)?sitecore-xp([1]{0,1})(-custom)?-(?!.*spe|.*sxa|.*jss|.*sh|ut).*:.*" }
129129$xp0Tags = $availableTags | Where-Object { $_ -match " (community/)?sitecore-xp0(-custom)?-(?!.*spe|.*sxa|.*jss).*:.*" }
130130
131131$xcTags = $availableTags | Where-Object { $_ -match " (community/)?sitecore-xc(-custom)?-(?!.*spe|.*sxa|.*jss).*:.*" }
@@ -142,7 +142,7 @@ $xpSpeTags = $availableTags | Where-Object { $_ -match "(community/)?sitecore-xp
142142$xpSxaTags = $availableTags | Where-Object { $_ -match " (community/)?sitecore-xp([1]{0,1})(-custom)?-(.*sxa)(?!.*jss).*:.*" }
143143$xpJssTags = $availableTags | Where-Object { $_ -match " (community/)?sitecore-xp([1]{0,1})(-custom)?-(.*jss).*:.*" }
144144$xpShTags = $availableTags | Where-Object { $_ -match " sitecore-xp([1]{0,1})(-custom)?-(.*sh).*:.*" }
145- $xpUtTags = $availableTags | Where-Object { $_ -match " sitecore-xp([1]{0,1})(-custom)?-(.* ut).*:.*" }
145+ $xpUtTags = $availableTags | Where-Object { $_ -match " sitecore-xp([1]{0,1})(-custom)?-(ut).*:.*" }
146146
147147$xcSpeTags = $availableTags | Where-Object { $_ -match " (community/)?sitecore-xc-(spe).*:.*" }
148148$xcSxaTags = $availableTags | Where-Object { $_ -match " (community/)?sitecore-xc-(sxa).*:.*" }
You can’t perform that action at this time.
0 commit comments