-
Notifications
You must be signed in to change notification settings - Fork 3
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
VS task runner uses hardcoded paths #1
Comments
Hello I am interested in solving this issue. Are you still active in this project? |
Oh yes. I use it everyday :) Please go ahead. |
Hey you did not mention how to and where to place the config file? |
Which config file @SpartanX1? The base iko config is placed at |
Do i need to install toml or something ? or just create a file with this name |
I have made changes for vs17 , but i need to check how it works.
|
I am not clear on how to run and test the application. |
Not at all. TOML is a plain text file in a certain format. Just creating a file with the name is enough.
This assumes that you have already defined the tasks in the TOML file. In your case, the TOML file could be: [ikosln]
cmd = 'vs17'
path = 'c:\users\spartanx1\projects\iko\iko.sln' and run it as
|
Thanks I will test it out |
You're welcome. Thank you for working on this 🎉 |
Hello could you review my pull request @shrayasr |
Will do it soon, @SpartanX1. Held up at work at the moment |
Sure thanks:) |
@shrayasr Is this issue still open? |
/u/opium_tm
says (permalink):Fair point. Everything in the project is in a "works-for-me" kind of situation.
Basically we're currently at:
Make it workThe text was updated successfully, but these errors were encountered: