-
-
Notifications
You must be signed in to change notification settings - Fork 740
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
Allow setting MSBuild target via MSBuildSettings using a string #2953
Comments
can you help me get started? @augustoproiete |
@ManasviGoyal In The way I probably would approach this would be:
Hope that helps! |
@augustoproiete I'm preparing a PR to address this, but when running the tests in |
@MariaSolOs It's exactly what the error message says. Your documentation comments have trailing spaces on them that should be removed. |
@augustoproiete thank you! |
Thank you @augustoproiete! I apologize for all the newbie questions. |
Okay now I'm not getting any errors in the code that I wrote, but when building I encounter the following: |
Do these warnings also appear in the If these warnings only appear in your new branch, it probably means that something in your code requires the test to be adapted - the test might not even be valid anymore as-is. |
Right, that makes a lot of sense. |
Going to give this is a shot, assuming it's not yet been resolved. |
🎉 This issue has been resolved in version v2.3.0 🎉 The release is available on: Your GitReleaseManager bot 📦🚀 |
Currently when calling the
MSBuild
alias with anMSBuildSettings
, we need to set the target using theWithTarget
extension method.It would be nice if we could use a property, with a string, which would make it more natural when using properties for everything else:
This property should also understand semicolons as separator for multiple targets and call
Targets.Add
accordingly.What version of Cake are you using?
1.0.0-rc0001
Would you be willing to send a PR?
Yes!
The text was updated successfully, but these errors were encountered: