-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add flag to prevent SFG regen on save #97
Comments
Yes. I have the way I do that with T4 templates that works in Scripty as well. #63 has some deets. but its essentially only going to run when a specific build configuration is present. I put this near the top of the csx file
This is a ScriptyHelpers.csx file I ref that has the above functions in it
Also, I dont remember if the PR made it that had a configuration panel in VS for scripty, but you could get it, add a flag in Tools --> options --> scripty for "when to execute" and have the IVSSingleFileGenerator look there first. |
I wonder if it would be beneficial to make an even simpler built-in flag for regenerate on save. Just set the flag to |
Is there a way to not have the Scripty Custom Tool run scripts when they are saved? I only want my scripts executed when I explicitly right click and hit "Run Custom Tool" because they take a very long time to run.
The text was updated successfully, but these errors were encountered: