-
Notifications
You must be signed in to change notification settings - Fork 1.6k
MSBuild: fix overwritten comment improvements #7484
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Docs Build status updates of commit 7ef8257: ❌ Validation status: errorsPlease follow instructions here which may help to resolve issue.
xml/Microsoft.Build.Framework/SdkResolver.xml
xml/Microsoft.Build.Logging/BuildEventArgsReader.xml
xml/Microsoft.Build.Tasks/Hash.xml
xml/Microsoft.Build.Utilities/TargetDotNetFrameworkVersion.xml
For more details, please refer to the build report. If you see build warnings/errors with permission issues, it might be due to single sign-on (SSO) enabled on Microsoft's GitHub organizations. Please follow instructions here to re-authorize your GitHub account to Docs Build. Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report. Note: Your PR may contain errors or warnings unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them. For any questions, please:
|
Docs Build status updates of commit 7ef8257: ❌ Validation status: errorsPlease follow instructions here which may help to resolve issue.
xml/Microsoft.Build.Framework/SdkResolver.xml
xml/Microsoft.Build.Logging/BuildEventArgsReader.xml
xml/Microsoft.Build.Tasks/Hash.xml
For more details, please refer to the build report. If you see build warnings/errors with permission issues, it might be due to single sign-on (SSO) enabled on Microsoft's GitHub organizations. Please follow instructions here to re-authorize your GitHub account to Docs Build. Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report. Note: Your PR may contain errors or warnings unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them. For any questions, please:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These suggestions should fix the build errors too.
Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
Fixes #7151 Context Doc comments are changed from time to time in the dotnet-api-docs repo. These changes need to be ported back to the MSBuild source, now that the MSBuild source is being used as the source-of-truth for MSBuild reference docs. Changes Made Comment-only changes in a number of source files. Testing Notes The changes that were required can also be found here: dotnet/dotnet-api-docs#7484 - this docs PR was necessary to prevent the dotnet-api-docs changes from being overwritten when the comments were re-read from MSBuild sources for the 17.0 version of MSBuild.
Summary
Describe your changes here.
Fixes #Issue_Number (if available)