-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Specify the usage of quotes in property values #10025
Specify the usage of quotes in property values #10025
Conversation
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.
Thanks!
Co-authored-by: Jan Krivanek <krivanek.j@hotmail.com>
Co-authored-by: Jan Krivanek <krivanek.j@hotmail.com>
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.
This is good; I think we should consider putting a simplified form of it in the actual CLI docs at https://github.com/MicrosoftDocs/visualstudio-docs/blob/main/docs/msbuild/msbuild-command-line-reference.md
….com/f-alizada/msbuild into dev/f-alizada/quotes-in-command-docs
Fixes #9944
Context
During exploring and investigation different issues it is sometimes not clear how to escape special chars inside different apps when calling msbuild.exe. PR contains introduction of new topic: quotes in property values and how to pass it from cmd, powershell windows, powershell core to msbuild
Changes Made
Update of the documetation.
Testing
Docs Not tested