Skip to content

Commit

Permalink
In PlatformCompatiblityAnalyzer, set ObsoleteUrl based on child Obsol…
Browse files Browse the repository at this point in the history
…eteUrl (#7168)

Resolves: #7018
  • Loading branch information
omajid committed Feb 2, 2024
1 parent 7189804 commit 0a85400
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1869,7 +1869,7 @@ private static Versions CopyAllAttributes(Versions copyTo, Versions copyFrom)
{
existing.Obsoleted = childAttribute.Obsoleted;
existing.ObsoletedMessage = childAttribute.ObsoletedMessage;
existing.ObsoletedUrl = childAttribute.ObsoletedMessage;
existing.ObsoletedUrl = childAttribute.ObsoletedUrl;
}
}
else
Expand Down

0 comments on commit 0a85400

Please sign in to comment.