You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
p.Repositoryis not null&&p.Repository.Equals(RepositoryName,StringComparison.OrdinalIgnoreCase))is{}repositoryMatch
26
+
p.Repositoryis not null&&p.Repository.Equals(repositoryName,StringComparison.OrdinalIgnoreCase))is{}repositoryMatch
28
27
?repositoryMatch.VersioningSystem!// Verify if the page belongs to a repository linked to a product, and if so, use the versioning system of the product
29
28
:VersionsConfiguration.VersioningSystems[VersioningSystemId.Stack];// Fallback to the stack versioning system
30
29
@@ -34,7 +33,7 @@ public VersioningSystem InferVersion(IReadOnlyCollection<LegacyPageMapping>? leg
0 commit comments