Right now there is a nuget script which has three tasks: 1. Bootstrap-NuGetPackages - will find all packages.config in your project and install them all. The bootstrap.ps1 does the same thing, but not leveraging psake 2. Package - creates a nuget package from the nuspec or project file. 3. Publish - pushes your packages contained in the release dir to the feed. You must have set your API prior to running this.
On Wed, Nov 9, 2011 at 12:57 AM, Frank Schwieterman <[email protected]>wrote: > The video seemed a pretty good introduction. You have a lot of the > same conventions that I follow in my own code, which makes me think I > can use this. I was wondering what types of packaging and deployment > are handled, beyond updating the assembly info as shown in the video. > > On Tue, Nov 8, 2011 at 11:14 PM, Ian Davis <[email protected]> wrote: > > 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. > > > > -- > 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. > > -- 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.
