I have made a few assumptions on project structure that I think mesh with most projects out there and if not, it should be configurable. A few things to note:
- If will set the source directory to .\src, .\source, or .\ in that order when trying to located your code and the default solution. - Output from your build goes into .\bin - Releases go into .\release - Build scripts go into .\build - If it doesn't detect a GlobalAssemblyInfo, it will create it. If you have one, but of a different name, rename the file in the settings.ps1 and Toji will start updating its version numbers. There's more, but I'd recommend looking through the code. I created a short video with some of Toji's features - * http://vimeo.com/31833163* (it will be available ~11:40 PST) I didn't show it, but toji published itself into the nuget feed. Hope it helps! -- Ian Davis http://innovatian.com -- You received this message because you are subscribed to the Google Groups "Seattle area Alt.Net" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/altnetseattle?hl=en.
