-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Add ability to parse tasks from build script #3
Comments
@devblackops @rkeithhill so I have a VERY basic implementation for parsing the Tasks from a psakefile.ps1 file. What do you think? |
- Still need to implement the actual command that is executed though when a task is selected
Very cool! |
Before you release an update to the extension can I take a whack at a $psake problem matcher? |
@rkeithhill no objections from me. We haven't implemented the problem matcher for Cake yet, so happy for you to take a stab at this. :-) |
So I've been disappointed to find that invoke-psake doesn't seem to output script name / line number info on errors. :-( |
@rkeithhill psake's formatting of errors can definitely be improved 😄 |
No description provided.
The text was updated successfully, but these errors were encountered: