-
Notifications
You must be signed in to change notification settings - Fork 967
Questions about custom build steps #5034
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
Questions about custom build steps #5034
Conversation
@martingalvan-volue : Thanks for your contribution! The author(s) have been notified to review your proposed change. |
Learn Build status updates of commit 88da200: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
Can you address the questions in #5034 (comment)? #label:"aq-pr-triaged" |
The closest thing I know of is Common macros for MSBuild commands and properties. |
I actually cloned this repository, did a grep throughout the entire codebase, and couldn't find any references to e.g. I appreciate the suggestion, but isn't this the repository where all these docs are maintained? If so, I don't see how posting in the Q&A would help me reach the maintainers more directly, since, well, you're now aware of the issue :) In any case, I posted it here: https://learn.microsoft.com/en-us/answers/questions/1683814/questions-about-custom-build-steps |
I won't be able to get to this for a very long time. Which is why I suggested the Q&A to see if you could get help faster. |
I see. In any case, I'm sure you can contact other maintainers much faster than I can through the Q&A :) |
Hi, I'm opening this dummy PR since I don't see an Issues section in this repository, nor any other way to contact maintainers for questions, etc. Trying to post doc questions/issues on the "Developer Community" doesn't work either, since the MS staff will then redirect me to this repository with no clear instructions on how to report issues to you.
I'm looking at the pages for adding custom build steps to an existing .vcxproj file (namely https://learn.microsoft.com/en-us/cpp/build/how-to-add-a-custom-build-step-to-msbuild-projects?view=msvc-170 and https://learn.microsoft.com/en-us/cpp/build/how-to-add-custom-build-tools-to-msbuild-projects?view=msvc-170) but can't find a clear explanation on the semantics of the XML elements involved. For example, the second page I linked shows the following:
What are the possible attributes of
CustomBuild
? What doesInclude
do? What is%(Identity)
? And so on.If there's already a clear documentation regarding these, it would be good if you could point me to it. Thanks.